From 6974f750ca1362a8e4506475932f05c6020ca2cf Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 16 Mar 2016 00:56:11 -0700 Subject: [PATCH] Random tweaks --- dotfiles/emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index fc2d2eb9..70675084 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -505,6 +505,8 @@ The current directory is assumed to be the project's root otherwise." (diminish 'auto-revert-mode) (diminish 'smartparens-mode) (diminish 'eldoc-mode) +(diminish 'tern-mode) +(diminish 'js2-refactor-mode) ;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server ;; (setq server-use-tcp t) @@ -2051,8 +2053,7 @@ window is active in the perspective." ("M-," . jedi:goto-definition-pop-marker))) (use-package company-jedi - :commands company-jedi - :ensure t) + :commands company-jedi) (use-package python :commands python-mode