diff options
-rw-r--r-- | config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index f9420e4..e580ec7 100644 --- a/config.org +++ b/config.org | |||
@@ -479,6 +479,13 @@ Anyway, I should probably be able to figure out how to properly change the theme | |||
479 | (cuss read-file-name-completion-ignore-case t) | 479 | (cuss read-file-name-completion-ignore-case t) |
480 | #+END_SRC | 480 | #+END_SRC |
481 | 481 | ||
482 | **** Minibuffer recursivity | ||
483 | |||
484 | #+begin_src emacs-lisp | ||
485 | (cuss enable-recursive-minibuffers t) | ||
486 | (minibuffer-depth-indicate-mode +1) | ||
487 | #+end_src | ||
488 | |||
482 | **** Selectrum | 489 | **** Selectrum |
483 | 490 | ||
484 | #+BEGIN_SRC emacs-lisp | 491 | #+BEGIN_SRC emacs-lisp |