diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-12-29 13:40:22 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-12-29 13:40:22 -0800 |
commit | d6f886a51fdd248bac6616b4647a9ed1e5c145a6 (patch) | |
tree | 1697add3166e418271130756baf9cacaa11bf6ec | |
parent | cd11144f525500589d3a1950b5030505947e2401 (diff) | |
download | mu-d6f886a51fdd248bac6616b4647a9ed1e5c145a6.tar.gz |
5843
-rw-r--r-- | subx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx.el b/subx.el index f2b15293..8d92c78e 100644 --- a/subx.el +++ b/subx.el @@ -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. |