diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:21:10 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:21:10 -0700 |
commit | 95f75eb14f184c092d34b3608694b2f6f507f12c (patch) | |
tree | 1e6b8e8922822a65b194f143a24c55ff1b18146c | |
parent | [emacs] remove flycheck (diff) | |
download | emacs.d-95f75eb14f184c092d34b3608694b2f6f507f12c.tar.gz |
[emacs] remove markdown configuration
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index d0347e1..35cf83b 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -245,16 +245,6 @@ :hook ((text-mode-hook . flyspell-mode) (prog-mode-hook . flyspell-prog-mode))) -(use-package markdown-mode - :after (flyspell) - :mode (("\\.md\\'" . gfm-mode) - ("\\.markdown\\'" . gfm-mode)) - :hook (markdown-mode . flyspell-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)) - (use-package exec-path-from-shell :if (memq window-system '(mac ns)) :config |