Diminish tern + ruby-toggle-block

This commit is contained in:
Henrik Lissner 2015-07-29 12:32:03 +02:00
parent 1d574bf3aa
commit e88293f2c5
2 changed files with 5 additions and 1 deletions

View file

@ -25,7 +25,7 @@
(setq mode-name "JS2")))
(use-package tern
:diminish (tern-mode . "tern")
:diminish tern-mode
:commands tern-mode
:init (add-hook! js2-mode 'tern-mode)
:config