diff --git a/org/config/emacs.org b/org/config/emacs.org index 6bf4714..3dd77ff 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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