From 1e092611927bd9501d309dd3221035c430a87da6 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 20 Apr 2023 23:01:21 +0200 Subject: [PATCH] [Emacs] For some reason, I cannot install eask packages anymore --- org/config/emacs.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index b646ca4..1c6a2b0 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -7049,17 +7049,17 @@ 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 - :host github - :repo "emacs-eask/eask-mode")) +;; (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 +;; :host github +;; :repo "emacs-eask/eask-mode")) #+end_src **** Java