Add sup detection to emacs
This commit is contained in:
parent
677a0ee067
commit
8f76fa9a8c
1 changed files with 7 additions and 0 deletions
|
|
@ -282,3 +282,10 @@ they line up with the line containing the corresponding opening bracket."
|
||||||
|
|
||||||
;; Proof General
|
;; Proof General
|
||||||
(load-file "/usr/share/emacs/site-lisp/ProofGeneral/generic/proof-site.el")
|
(load-file "/usr/share/emacs/site-lisp/ProofGeneral/generic/proof-site.el")
|
||||||
|
|
||||||
|
;; sup
|
||||||
|
(add-to-list 'auto-mode-alist '("/sup.*eml$" . message-mode))
|
||||||
|
(add-hook 'message-mode-hook
|
||||||
|
(lambda ()
|
||||||
|
(auto-fill-mode 1)
|
||||||
|
(search-forward-regexp "^$")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue