mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
Diminish tern + ruby-toggle-block
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user