Fix 'command not found' errors for hidden commands
This commit is contained in:
parent
c24567a545
commit
1c4215c187
15 changed files with 120 additions and 106 deletions
|
@ -6,6 +6,7 @@
|
|||
treemacs-persist-file (concat doom-cache-dir "treemacs-persist")
|
||||
treemacs-last-error-persist-file (concat doom-cache-dir "treemacs-last-error-persist"))
|
||||
|
||||
|
||||
(after! treemacs-persistence
|
||||
;; This variable is defined with defconst, so we must wait to change it until
|
||||
;; it has loaded.
|
||||
|
@ -25,7 +26,7 @@
|
|||
(treemacs-follow-mode -1)
|
||||
|
||||
(after! ace-window
|
||||
(setq aw-ignored-buffers (delq 'treemacs-mode aw-ignored-buffers))))
|
||||
(delq! aw-ignored-buffers 'treemacs-mode)))
|
||||
|
||||
|
||||
(def-package! treemacs-evil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue