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.
 
68c9b0c99894a4294cec004361fe'>^
c9bda4d1 ^
dc5a0acf ^

c9bda4d1 ^

372367f5 ^
78357b88 ^
3350c34a ^
372367f5 ^
372367f5 ^
d3a9db3a ^
78357b88 ^
372367f5 ^
78357b88 ^
c9bda4d1 ^


78357b88 ^
c9bda4d1 ^




























78357b88 ^
c9bda4d1 ^
d3a9db3a ^


78357b88 ^
d3a9db3a ^



c9bda4d1 ^
ec32c11d ^
372367f5 ^
3d1c4216 ^


372367f5 ^
ec32c11d ^
3350c34a ^
3d1c4216 ^

c9bda4d1 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83