This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add markdown-toc
master
ßingen
7 years ago
parent
7e9b5fca76
commit
03d2b51fe9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
lisp/init-markdown.el
+ 1
- 0
lisp/init-markdown.el
View File
@@ -1,4 +1,5 @@
(require-package 'markdown-mode)
(require-package 'markdown-toc)
(setq auto-mode-alist
(cons '("\\.\\(md\\|markdown\\)\\'" . markdown-mode) auto-mode-alist))
Write
Preview
Loading…
Cancel
Save