diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 26ce6d55..6ee2b8c7 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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 ;; =============================================================================