aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-misc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 579ac8b..f5f8b33 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -7,6 +7,7 @@
(global-display-line-numbers-mode))
(setq vc-follow-symlinks t)
(setq find-file-visit-truename t)
+(setq enable-recursive-minibuffers t)
;; Disable evil operation writes clipboard
(setq x-select-enable-clipboard nil)