diff --git a/nix/home-manager/modules/emacs/.emacs.d/org/base.org b/nix/home-manager/modules/emacs/.emacs.d/org/base.org index b89c16b..8b54ee4 100644 --- a/nix/home-manager/modules/emacs/.emacs.d/org/base.org +++ b/nix/home-manager/modules/emacs/.emacs.d/org/base.org @@ -1170,6 +1170,12 @@ Enable ~treemacs~. <>) #+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. #+NAME: treemacs-doom-colors