diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-06-10 13:30:42 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-06-10 13:30:42 +0100 |
commit | f0fade0180dbd7960924a1132910de2292cba89e (patch) | |
tree | 844c23126389f85fd4ef0fdd0c1144d8f06988fe /.emacs.d/lisp | |
parent | 8621c1ee2f7b21fcef2e3c7c6e7d0b48cbd31594 (diff) | |
download | dotfiles-f0fade0180dbd7960924a1132910de2292cba89e.tar.gz |
Remove duplicate setq
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-editor.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index cf127f5..e5aac71 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -22,7 +22,6 @@ (put 'erase-buffer 'disabled nil) (setq-default indent-tabs-mode nil) - (setq require-final-newline t) (setq comment-auto-fill-only-comments t) (setq large-file-warning-threshold 100000000) (setq create-lockfiles nil) |