[Emacs] Make smartparens a git package

This commit is contained in:
Lucien Cartier-Tilet 2023-04-12 14:01:29 +02:00
parent 45c046ce23
commit 511d0f8f38
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 1 deletions

View File

@ -3201,7 +3201,10 @@ so on.
#+begin_src emacs-lisp
(use-package smartparens
:defer t
:straight (:build t)
:straight (smartparens :build t
:type git
:host github
:repo "Fuco1/smartparens")
:hook (prog-mode . smartparens-mode))
#+end_src