mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #1970: don't count treemacs as a "popup"
And remove its popup rule. It isn't being caught by the popup system in the first place, so this is all a charade.
This commit is contained in:
@ -8,12 +8,6 @@
|
||||
|
||||
|
||||
(after! treemacs
|
||||
(set-popup-rule! "^ \\*Treemacs"
|
||||
:side treemacs-position
|
||||
:size treemacs-width
|
||||
:quit nil
|
||||
:ttl 0)
|
||||
|
||||
;; Don't follow the cursor
|
||||
(treemacs-follow-mode -1)
|
||||
|
||||
|
Reference in New Issue
Block a user