mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 19:19:28 +00:00
3 lines
79 B
EmacsLisp
3 lines
79 B
EmacsLisp
|
(setq auto-mode-alist
|
||
|
(cons '("\\.md" . markdown-mode) auto-mode-alist))
|