diff options
-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. |