summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-programming.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-programming.el')
-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)