Convert language files to packages

This commit is contained in:
Maciej 2020-07-24 09:28:40 +03:00
parent 4337243183
commit 0974c0c86f
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
12 changed files with 91 additions and 6 deletions

View file

@ -1,3 +1,7 @@
;;; markdown -- summary
;;; Commentary:
;;; Code:
(use-package markdown-mode
:ensure t
:defer t
@ -16,3 +20,6 @@
(define-key markdown-mode-map (kbd "C-c C-v") 'markdown-preview))
(add-hook 'markdown-mode-hook 'activate-markdown-mode)
(provide 'markdown)
;;; markdown.el ends here