diff --git a/emacs/init.org b/emacs/init.org index 5ad23e2..4d25b72 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -226,6 +226,10 @@ Evil keybindings for magit! ('normal magit-mode-map "SPC" leader-map)) #+END_SRC +** Transient +#+BEGIN_SRC emacs-lisp + (setq transient-default-level 7) +#+END_SRC * with-editor A utility from the author of Magit to run shell commands using the current Emacs instance as $EDITOR.