Ouch. What an embarrassing bug.

This commit is contained in:
Howard Abrams 2023-04-01 16:28:59 -07:00
parent d586bc2e2b
commit 1523109430

View file

@ -148,11 +148,11 @@ The main difference from an evil state is that lispys “special” is contex
Many of the operations supplied by =lispyville= dont require learning anything new. Similar to [[Clever Parenthesis]], we can
For instance, if our point is placed at this location in this code:
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle no
(message "The answer is %d" (+ 2 (* 8 5)‸ 9 (+ 1 4)))
#+end_src
Pressing ~D~ results in:
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle no
(message "The answer is %d" (+ 2 (* 8 5)‸))
#+end_src
And doesnt delete the trailing parenthesis.