Browse Source

Enabled Autofill-mode for markdown

master
Julio Biason 3 years ago
parent
commit
634e05cc67
  1. 3
      emacs.d/init.el

3
emacs.d/init.el

@ -59,7 +59,8 @@
;; Markdown mode
(use-package markdown-mode
:ensure t)
:ensure t
:init (add-hook 'markdown-mode-hook 'turn-on-auto-fill))
;; install goto last change (opens the file in the last position)
; (use-package goto-last-change

Loading…
Cancel
Save