diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-13 16:45:18 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-13 16:45:18 +0100 |
commit | d7228a12597cd444f0a3694f13a36585a41aea56 (patch) | |
tree | a35272bc935fbec09887476ea0feaa72d350bd1a | |
parent | b5551f53fb9b56aa5ba870b20fa69d15a5babc89 (diff) | |
download | dotfiles-d7228a12597cd444f0a3694f13a36585a41aea56.tar.gz |
Remove unnecessary :ensure nil
-rw-r--r-- | .emacs.d/lisp/init-compile.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-compile.el b/.emacs.d/lisp/init-compile.el index dd38510..bc874f2 100644 --- a/.emacs.d/lisp/init-compile.el +++ b/.emacs.d/lisp/init-compile.el @@ -4,7 +4,6 @@ ;;; Code: (use-package compile - :ensure nil :custom (compilation-ask-about-save nil) (compilation-always-kill t) |