From d6277bbc3e8973571529a98143b8e80d7f270d79 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 13 Jan 2026 14:50:31 +0000 Subject: smartparens --- custom/jao-custom-programming.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'custom') 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) -- cgit v1.2.3