emacs: enter lisp-mode in .yuck files
This commit is contained in:
parent
4822d2179e
commit
76013dbb31
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
||||||
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
|
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
|
||||||
|
|
||||||
;; file extensions
|
;; file extensions
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))
|
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.scd\\'" . markdown-mode))
|
(add-to-list 'auto-mode-alist '("\\.scd\\'" . markdown-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.3lua\\'" . nroff-mode))
|
(add-to-list 'auto-mode-alist '("\\.3lua\\'" . nroff-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue