diff options
| author | jao <jao@gnu.org> | 2026-01-13 14:50:31 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-01-13 14:52:42 +0000 |
| commit | d6277bbc3e8973571529a98143b8e80d7f270d79 (patch) | |
| tree | 296f82168756cabacada0c315549612b0c076aa4 | |
| parent | b1ccbc0895c42151e768a263e3e3bf2ec16bbbe7 (diff) | |
| download | elibs-d6277bbc3e8973571529a98143b8e80d7f270d79.tar.gz elibs-d6277bbc3e8973571529a98143b8e80d7f270d79.tar.bz2 | |
smartparens
| -rw-r--r-- | custom/jao-custom-programming.el | 5 |
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) |
