mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user