Set transient-default-level to 7

This commit is contained in:
Jeremy Dormitzer 2019-12-13 11:55:40 -05:00
parent 96b97d3176
commit ec75cc633b

View File

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