summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6dbd973..768cdee 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -91,7 +91,6 @@
 ;; It is often useful to be able to run a command while i am already in the process of running a command in the minibuffer.  This is rarely two extended commands; usually it is completion.
 
 (use-package savehist
-  :custom
   :hook (after-init . savehist-mode))
 
 (use-package mb-depth