From d590aa219c94addb8efecb02c3310b7e404dc2ea Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 19 Nov 2022 10:03:53 +0100 Subject: [PATCH] [Emacs] Fix receipe for two packages --- org/config/emacs.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 80c32a5..fc2353b 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3188,7 +3188,7 @@ so on. a string and get it automatically escaped for you. No more manually escaping your strings! #+begin_src emacs-lisp -(use-package string-edit +(use-package string-edit-at-point :defer t :straight (:build t)) #+end_src @@ -7037,6 +7037,12 @@ If I need to run CI on a package, [[https://github.com/cask/cask][Cask]] manages However, I recently began using [[https://github.com/emacs-eask/eask][Eask]] more and more, I find it nicer to work with and it has a lot more features than Cask. #+begin_src emacs-lisp +(use-package eask-api + :defer t + :straight (eask-api :type git + :host github + :repo "emacs-eask/eask-api")) + (use-package eask-mode :defer t :straight (eask-mode :type git