Rename hydra to transient, add copilot
This commit is contained in:
parent
8d81d91314
commit
9508dfa70d
10 changed files with 21 additions and 13 deletions
|
|
@ -3,7 +3,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-hydra "$HOME/.emacs.d/pkg/hydra.el")
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
|
||||
(use-package clojure-mode :defer t :straight t)
|
||||
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
:defer t
|
||||
:straight t)
|
||||
|
||||
;; Hydra
|
||||
;; Transient
|
||||
(transient-define-prefix +my-transient-cider-context-menu ()
|
||||
"Clojure Buffer Commands"
|
||||
[""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue