about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-29 13:40:22 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-29 13:40:22 -0800
commitd6f886a51fdd248bac6616b4647a9ed1e5c145a6 (patch)
tree1697add3166e418271130756baf9cacaa11bf6ec
parentcd11144f525500589d3a1950b5030505947e2401 (diff)
downloadmu-d6f886a51fdd248bac6616b4647a9ed1e5c145a6.tar.gz
5843
-rw-r--r--subx.el2
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.