Move transient
This commit is contained in:
parent
aad3f3919c
commit
0a84a2f472
11 changed files with 16 additions and 18 deletions
|
|
@ -2,7 +2,7 @@
|
|||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
(require 'icejam-transient)
|
||||
|
||||
(use-package tuareg
|
||||
:defer t
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
:straight t)
|
||||
|
||||
(transient-define-prefix +custom-lang-ocaml/context-menu ()
|
||||
"Ocaml Actions"
|
||||
"Ocaml Actions."
|
||||
["OCaml actions"
|
||||
[""
|
||||
("r" "Reload" revert-buffer-no-confirm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue