diff options
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 901bf6f..8e692d7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -22,6 +22,9 @@ #'(lambda () (message (format "Initialised in %s seconds with %s garbage collections." (emacs-init-time) gcs-done)))) +;; keep the emacs directory clean +(use-package no-littering) + ;; 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 mb-depth :hook (after-init . minibuffer-depth-indicate-mode)) |