Rename hydra to transient, add copilot

This commit is contained in:
Maciej 2023-03-21 13:42:40 +02:00
parent 8d81d91314
commit 9508dfa70d
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
10 changed files with 21 additions and 13 deletions

View file

@ -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"
[""