Move transient
This commit is contained in:
parent
aad3f3919c
commit
0a84a2f472
11 changed files with 16 additions and 18 deletions
|
|
@ -3,7 +3,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
(require 'icejam-transient)
|
||||
|
||||
(use-package clojure-mode :defer t :straight t)
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
;; Transient
|
||||
(transient-define-prefix +custom-lang-clojure/cider-context-menu ()
|
||||
"Clojure Buffer Commands"
|
||||
"Clojure Buffer Commands."
|
||||
[""
|
||||
["Cider"
|
||||
("j" "Jack in" cider-jack-in)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue