emacs: set compilation-scroll-output and wdired-allow-to-change-permissions
This commit is contained in:
parent
79dcdb8ab3
commit
7312722d87
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue