chore(projects): Tweak treemacs config

- Remove old defunct settings which no longer do anything.
- Set treemacs to not be reachable via other-window, meaning you need to
  use keybindings to focus on it, like `C-x p`.
This commit is contained in:
2020-05-10 22:51:28 +01:00
parent 8868e975e2
commit 91df806ec8

View File

@@ -17,14 +17,11 @@
("C-x p" . treemacs-select-window)
:custom
(treemacs-change-root-without-asking t)
(treemacs-collapse-dirs 3)
(treemacs-follow-after-init t)
(treemacs-git-integration t)
(treemacs-goto-tag-strategy 'refetch-index)
(treemacs-indentation 2)
(treemacs-is-never-other-window nil)
(treemacs-never-persist nil)
(treemacs-is-never-other-window t)
(treemacs-show-hidden-files t)
(treemacs-silent-refresh nil)
(treemacs-sorting 'alphabetic-asc)
@@ -42,6 +39,7 @@
(treemacs-follow-mode t)
(treemacs-filewatch-mode t)
(treemacs-git-mode 'deferred)
(treemacs-define-doubleclick-action
'file-node-open #'treemacs-visit-node-in-most-recently-used-window)