about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/workstation/emacs/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index d8a14a71ce8f..8f98f77004ef 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -46,3 +46,8 @@
 (add-to-list 'save-some-buffers-action-alist
   `(?r ,(lambda (buf) (with-current-buffer buf (revert-buffer t t)))
        ,(purecopy "revert this buffer")))
+
+;;; Transient ;;;
+;; Make all Magit options available, even those that are disabled by
+;; default because they're too obscure.
+(setq transient-default-level 7)