lang/emacs-lisp: don't move cursor on syntax error
i.e. when parentheses are unbalanced.
This commit is contained in:
parent
2823c4e467
commit
ee7ff68ae4
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
|||
|
||||
;;;###package auto-compile
|
||||
(setq auto-compile-display-buffer nil
|
||||
auto-compile-use-mode-line nil)
|
||||
auto-compile-use-mode-line nil
|
||||
auto-compile-check-parens nil)
|
||||
|
||||
|
||||
(when (featurep! :editor evil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue