Set transient-default-level to 7
This commit is contained in:
parent
96b97d3176
commit
ec75cc633b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user