diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-06-29 14:49:44 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-06-29 14:50:43 -0700 |
commit | c0368d8e65fd15a1f48de6a01adcb8ec786a72a0 (patch) | |
tree | c1dc339235ff11476bec01c36b57bd158314fa6a /emacs.d/modules/module-markdown.el | |
parent | [emacs] Move back some configs to init.el (diff) | |
download | emacs.d-c0368d8e65fd15a1f48de6a01adcb8ec786a72a0.tar.gz |
[emacs] Massive rewrite
Diffstat (limited to 'emacs.d/modules/module-markdown.el')
-rw-r--r-- | emacs.d/modules/module-markdown.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs.d/modules/module-markdown.el b/emacs.d/modules/module-markdown.el deleted file mode 100644 index af34933..0000000 --- a/emacs.d/modules/module-markdown.el +++ /dev/null @@ -1,10 +0,0 @@ -(use-package markdown-mode - :commands (markdown-mode gfm-mode) - :mode (("\\.md\\'" . gfm-mode) - ("\\.markdown\\'" . gfm-mode)) - :init (setq markdown-command "pandoc -f markdown_github -c https://goo.gl/OVmlwT --self-contained" - markdown-header-scaling 't) - :config - (add-hook 'gfm-mode-hook 'visual-line-mode)) - -(provide 'module-markdown) |