Emacs: Autoload adoc-mode with .adoc files.

master
Pierre Neidhardt 2020-03-11 12:53:20 +01:00
parent f3de7addcc
commit 8520b9bd4c
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-to-list 'auto-mode-alist (cons "\\.adoc\\'" 'adoc-mode)):w
(add-to-list 'load-path "/usr/share/asymptote")
(autoload 'asy-mode "asy-mode" "Asymptote major mode." t)
(autoload 'lasy-mode "asy-mode" "Hybrid Asymptote/Latex major mode." t)