[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
|
#+begin_src emacs-lisp
|
||||||
(use-package smartparens
|
(use-package smartparens
|
||||||
:defer t
|
:defer t
|
||||||
:straight (:build t)
|
:straight (smartparens :build t
|
||||||
|
:type git
|
||||||
|
:host github
|
||||||
|
:repo "Fuco1/smartparens")
|
||||||
:hook (prog-mode . smartparens-mode))
|
:hook (prog-mode . smartparens-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user