diff options
author | noa | 2025-02-22 03:09:23 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:09:23 +0800 |
commit | ec7fd66b4cb99dccd1679a65cd6a723d5e7153cf (patch) | |
tree | 2ed8d720c2522ef7a8a63c872fb430c1b0276634 | |
parent | 9fd063f3e03d8dd5cf8552c43ccf7da5741463f8 (diff) |
Remove unused :custom from savehist use-package declaration
-rw-r--r-- | emacs/init.el | 1 |
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 |