emacs - add helm-cmd-t packet from my github
[dotfiles.git] / emacs.d / config / init-base.el
index 6773f70..7caaace 100644 (file)
@@ -36,4 +36,7 @@
 (show-paren-mode t)
 
 
+(add-hook 'help-mode-hook
+         (lambda ()
+           (linum-mode -1)))
 (provide 'init-base)