From bc0a125811b4dc628ff79665390ef3a772a98f03 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 18 Jul 2024 10:23:13 +1200 Subject: [PATCH] emacs: update variables --- .emacs.d/init.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3842a6d..2f23b84 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -42,11 +42,10 @@ One will be created if none exist." (global-set-key (kbd "C-h w") 'describe-word) ;; variables -(setq compilation-scroll-output t ; M-x compile - dictionary-server "dict.org" ; M-x dictionary-search - fill-column 74 ; M-x auto-fill-mode - gnus-select-method '(nnimap "disroot.org") ; M-x gnus - wdired-allow-to-change-permissions t) ; M-x dired C-x C-q +(setq compilation-scroll-output t + dictionary-server "dict.org" + dired-listing-switches "-alh --group-directories-first" + wdired-allow-to-change-permissions t) ;; some packages (package-install 'nerd-icons)