emacs: set compilation-scroll-output and wdired-allow-to-change-permissions

This commit is contained in:
Jeremy Baxter 2024-05-06 09:09:32 +12:00
parent 79dcdb8ab3
commit 7312722d87

View file

@ -91,6 +91,10 @@ One will be created if none exist."
(add-hook 'nroff-mode-hook 'auto-fill-mode)
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
;; other variables
(setq compilation-scroll-output t
wdired-allow-to-change-permissions t)
;; file extensions
(add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode))
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))