Add use-package for markdown-mode/disable linum

This commit is contained in:
Ivan Malison 2015-09-01 15:20:03 -07:00
parent 61554c6d55
commit cbc050f308

View File

@ -2016,6 +2016,11 @@ window is active in the perspective."
:commands thrift-mode :commands thrift-mode
:mode (("\\.thrift\\'" . thrift-mode))) :mode (("\\.thrift\\'" . thrift-mode)))
(use-package markdown-mode
:init
(progn
(add-hook 'markdown-mode-hook 'imalison:disable-linum-mode)))
;; ============================================================================= ;; =============================================================================
;; Custom Key Bindings ;; Custom Key Bindings
;; ============================================================================= ;; =============================================================================