set initial evil state of ccls-tree-mode to be emacs

Emacs mode is clearly better than vim mode, because j and k keys are already
bound to down/up motion. In addition as the tree mode is traversed, the
matching code pops up on the left in emacs mode but not in vim mode.
This commit is contained in:
Richard Kim 2020-06-12 22:11:30 -07:00 committed by Maximilian Wolff
parent e15dbdc036
commit efbf4c5fb5

View file

@ -162,7 +162,7 @@
"mf" 'member-functions
"mv" 'member-vars))
;;(evil-set-initial-state 'ccls--tree-mode 'emacs)
(evil-set-initial-state 'ccls-tree-mode 'emacs)
;;(evil-make-overriding-map 'ccls-tree-mode-map)
(setq-local lsp-disabled-clients '(clangd))
(lsp))