mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
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:
parent
3a162507fb
commit
2b39f434b2
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue