diff options
author | venomade <venomade@venomade.com> | 2025-02-27 17:06:42 +0000 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-02-27 17:06:42 +0000 |
commit | 1cace80e4832a5d250ef4b7ccd687996563fb01b (patch) | |
tree | db1ced91d1382ca3cabe37dbae00da51231d6a99 /emacs-elisp/packages/smartparens.el |
Add old dotfiles
Diffstat (limited to 'emacs-elisp/packages/smartparens.el')
-rw-r--r-- | emacs-elisp/packages/smartparens.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-elisp/packages/smartparens.el b/emacs-elisp/packages/smartparens.el new file mode 100644 index 0000000..7c1d776 --- /dev/null +++ b/emacs-elisp/packages/smartparens.el @@ -0,0 +1,5 @@ +;; Smartparens is a package for LISP editing that helps with parentheses paralysis +;;; https://github.com/Fuco1/smartparens +(use-package smartparens) +(require 'smartparens-config) +(add-hook 'prog-mode-hook 'smartparens-mode) |