summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-01-13 14:50:31 +0000
committerjao <jao@gnu.org>2026-01-13 14:52:42 +0000
commitd6277bbc3e8973571529a98143b8e80d7f270d79 (patch)
tree296f82168756cabacada0c315549612b0c076aa4
parentb1ccbc0895c42151e768a263e3e3bf2ec16bbbe7 (diff)
downloadelibs-d6277bbc3e8973571529a98143b8e80d7f270d79.tar.gz
elibs-d6277bbc3e8973571529a98143b8e80d7f270d79.tar.bz2
smartparens
-rw-r--r--custom/jao-custom-programming.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index 5437bba..e0c3b39 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -83,6 +83,11 @@
(lisp-interaction-mode . disable-paredit-mode))
:diminish ((paredit-mode . " รพ")))
+(use-package smartparens
+ :ensure t
+ :bind (:map smartparens-mode-map
+ ("C-)" . sp-forward-slurp-sexp)))
+
;;;; diff/ediff
(setq ediff-split-window-function 'split-window-horizontally)
(setq ediff-make-buffers-readonly-at-startup nil)