[Emacs] Make smartparens a git package
This commit is contained in:
parent
45c046ce23
commit
511d0f8f38
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user