Move transient

This commit is contained in:
Maciej 2024-07-27 09:54:51 +03:00
parent aad3f3919c
commit 0a84a2f472
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
11 changed files with 16 additions and 18 deletions

View file

@ -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)