diff options
author | Case Duckworth | 2021-01-01 10:56:05 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-01 10:56:05 -0600 |
commit | 2d5c40f5d8e4710aa638dece4ef5195a907610f2 (patch) | |
tree | 2e7d71cff981eacd6f05084c159f8fc0e2892d72 | |
parent | Change fonts (diff) | |
download | emacs-2d5c40f5d8e4710aa638dece4ef5195a907610f2.tar.gz emacs-2d5c40f5d8e4710aa638dece4ef5195a907610f2.zip |
Add recursive minibuffers and indication
-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 |