Skip to content

Commit

Permalink
Enable recursive minibuffers
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Apr 19, 2020
1 parent d44dd04 commit fe031bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions emacs/radian.el
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,11 @@ convert\" UTF8_STRING)'. Disable that."

;;; Candidate selection

;; Allow doing a command that requires candidate-selection when you
;; are already in the middle of candidate-selection. Sometimes it's
;; handy!
(setq enable-recursive-minibuffers t)

(radian-defadvice radian--advice-eval-expression-save-garbage
(func prompt &optional initial-contents keymap read &rest args)
:around #'read-from-minibuffer
Expand Down

0 comments on commit fe031bb

Please sign in to comment.