Set minibuffer-follows-selected-frame to nil
Hopefully fix "attempt to delete surrogate minibuffer" error
This commit is contained in:
parent
bae0553bbb
commit
2f6a4ef928
|
@ -5,6 +5,7 @@
|
|||
#+property: header-args:emacs-lisp :tangle yes :mkdirp yes :results output silent
|
||||
#+begin_src emacs-lisp
|
||||
(setq use-dialog-box nil
|
||||
minibuffer-follows-selected-frame nil
|
||||
truncate-lines nil
|
||||
truncate-partial-width-windows nil)
|
||||
|
||||
|
|
Loading…
Reference in a new issue