summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-22 03:09:23 +0800
committernoa2025-02-22 03:09:23 +0800
commitec7fd66b4cb99dccd1679a65cd6a723d5e7153cf (patch)
tree2ed8d720c2522ef7a8a63c872fb430c1b0276634 /emacs/init.el
parent9fd063f3e03d8dd5cf8552c43ccf7da5741463f8 (diff)
Remove unused :custom from savehist use-package declaration
Diffstat (limited to 'emacs/init.el')
-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