[Emacs] Make smartparens a git package

This commit is contained in:
2023-04-12 14:01:29 +02:00
parent 45c046ce23
commit 511d0f8f38

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