emacs: update variables

This commit is contained in:
Jeremy Baxter 2024-07-18 10:23:13 +12:00
parent d389597834
commit bc0a125811

View file

@ -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)