diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-12 00:35:03 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-12 02:06:05 -0500 |
commit | 9f1dc5730e64cfc40e443370a34f695d7d6c5840 (patch) | |
tree | 9153b7f3ba043d0a0322e02075f3963f535280b7 | |
parent | 1e32963c441d8464e6862fdd8c1a5f6dd0d7a394 (diff) | |
download | emacs.d-9f1dc5730e64cfc40e443370a34f695d7d6c5840.tar.gz |
Set transient-default-level to 7
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -901,7 +901,9 @@ :load-path "~/src/emacs/graphql.el/") (use-package transient - :load-path "~/src/emacs/transient/lisp") + :load-path "~/src/emacs/transient/lisp" + :config + (setq transient-default-level 7)) (use-package magit-popup :load-path "~/src/emacs/magit-popup/" |