[Emacs] For some reason, I cannot install eask packages anymore
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
13e4332af2
commit
1e09261192
@ -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
|
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.
|
work with, and it has a lot more features than Cask.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package eask-api
|
;; (use-package eask-api
|
||||||
:defer t
|
;; :defer t
|
||||||
:straight (eask-api :type git
|
;; :straight (eask-api :type git
|
||||||
:host github
|
;; :host github
|
||||||
:repo "emacs-eask/eask-api"))
|
;; :repo "emacs-eask/eask-api"))
|
||||||
|
;;
|
||||||
(use-package eask-mode
|
;;(use-package eask-mode
|
||||||
:defer t
|
;; :defer t
|
||||||
:straight (eask-mode :type git
|
;; :straight (eask-mode :type git
|
||||||
:host github
|
;; :host github
|
||||||
:repo "emacs-eask/eask-mode"))
|
;; :repo "emacs-eask/eask-mode"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Java
|
**** Java
|
||||||
|
Loading…
Reference in New Issue
Block a user