emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/sotlisp 773b680 03/11: add lispy-mode.


From: Stefan Monnier
Subject: [elpa] externals/sotlisp 773b680 03/11: add lispy-mode.
Date: Fri, 26 Mar 2021 22:43:53 -0400 (EDT)

branch: externals/sotlisp
commit 773b6807e7b77d61ccf042ffdd432b6edfe2ec68
Author: John Kitchin <jkitchin@andrew.cmu.edu>
Commit: John Kitchin <jkitchin@andrew.cmu.edu>

    add lispy-mode.
    
    I am pretty sure this also inserts balanced parentheses.
---
 sotlisp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sotlisp.el b/sotlisp.el
index 7fecb78..44a7089 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -88,7 +88,8 @@
   "Non-nil if this buffer auto-inserts parentheses."
   (or (bound-and-true-p electric-pair-mode)
       (bound-and-true-p paredit-mode)
-      (bound-and-true-p smartparens-mode)))
+      (bound-and-true-p smartparens-mode)
+      (bound-and-true-p lispy-mode)))
 
 (defun sotlisp--looking-back (regexp)
   (string-match



reply via email to

[Prev in Thread] Current Thread [Next in Thread]