Commit 3a160f0c96ba

Vincent Demeester <vincent@sbr.pm>
2025-01-02 19:11:40
tools/emacs: remove project-* from savehist…
… as I don't use projectile anymore. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 15884d7
Changed files (1)
tools
emacs
tools/emacs/config/config-buffers.el
@@ -18,8 +18,7 @@
                                                 comint-input-ring
                                                 compile-history
                                                 last-kbd-macro
-                                                shell-command-history
-                                                projectile-project-command-history))
+                                                shell-command-history))
   (savehist-mode 1))
 
 (use-package uniquify