forked from colonelpanic/dotfiles
Add use-package for markdown-mode/disable linum
This commit is contained in:
parent
61554c6d55
commit
cbc050f308
@ -2016,6 +2016,11 @@ window is active in the perspective."
|
||||
:commands thrift-mode
|
||||
:mode (("\\.thrift\\'" . thrift-mode)))
|
||||
|
||||
(use-package markdown-mode
|
||||
:init
|
||||
(progn
|
||||
(add-hook 'markdown-mode-hook 'imalison:disable-linum-mode)))
|
||||
|
||||
;; =============================================================================
|
||||
;; Custom Key Bindings
|
||||
;; =============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user