diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-08-30 12:48:02 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-08-30 12:48:02 +0100 |
commit | 27cc974aaf7a5ea050cd35f8eafe017ea0b68d0e (patch) | |
tree | 6687ebc653c45b61f090b4dd62e149faf438e3c0 | |
parent | c3664816ad67559eefa0c124cc0598a52c5feacd (diff) | |
download | dotfiles-27cc974aaf7a5ea050cd35f8eafe017ea0b68d0e.tar.gz |
Remove duplicate config
-rw-r--r-- | .emacs.d/lisp/init-editor.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index 6999285..12fcb4b 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -66,8 +66,6 @@ ("M-Z" . zop-to-char)) (use-package savehist - :config - (savehist-mode 1) :custom (savehist-additional-variables '(search-ring regexp-search-ring)) (savehist-autosave-interval 60) |