From 3a4023229daab4bbff8dda91803e1f114e8293af Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Nov 2020 12:17:23 -0600 Subject: Keep cursor from going into the prompt --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index fe21ff7..0c82726 100644 --- a/config.org +++ b/config.org @@ -297,6 +297,17 @@ I also want to switch themes between night and day. (rm/whitelist-add "^$")) #+end_src +** Minibuffer + +*** Keep cursor from going into the prompt + +from [[http://ergoemacs.org/emacs/emacs_stop_cursor_enter_prompt.html][Ergo Emacs]]. + +#+begin_src emacs-lisp + (cuss minibuffer-prompt-properties + '(read-only t cursor-intangible t face minibuffer-prompt)) +#+end_src + ** Show =^L= as a line #+begin_src emacs-lisp -- cgit 1.4.1-21-gabe81