From 415794be86aa05a72b160cff2dd342e0df62a767 Mon Sep 17 00:00:00 2001 From: noa Date: Sun, 16 Feb 2025 16:12:46 +0800 Subject: Use no-littering to keep emacs directory tidy --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') 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)) -- cgit 1.4.1-2-gfad0