Fix weird bug with child frames and treemacs by disabling that feature

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-09-14 21:58:08 +02:00
parent 3a162507fb
commit 2b39f434b2
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -1170,6 +1170,12 @@ Enable ~treemacs~.
<<treemacs-ignore-org-not-org>>) <<treemacs-ignore-org-not-org>>)
#+END_SRC #+END_SRC
Read input from a minibuffer not a child frame.
#+BEGIN_SRC emacs-lisp
(setq treemacs-read-string-input 'from-minibuffer)
#+END_SRC
Load the ~doom-colors~ theme, it looks nicer. Load the ~doom-colors~ theme, it looks nicer.
#+NAME: treemacs-doom-colors #+NAME: treemacs-doom-colors