Convert language files to packages
This commit is contained in:
parent
4337243183
commit
0974c0c86f
12 changed files with 91 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue