This commit is contained in:
Kartik Agaram 2019-12-29 13:40:22 -08:00
parent cd11144f52
commit d6f886a51f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
;;
;; I load this file like so in my .emacs:
;; (load "/absolute/path/to/subx.el")
;; (add-to-list 'auto-mode-alist '("\\.subx\\'" . subx-mode))
;; (add-to-list 'auto-mode-alist '("\\.subx" . subx-mode))
;;
;; Education on the right way to do this most appreciated.