summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-07-18 10:48:24 +0200
committerAlan Pearce2015-07-18 10:48:24 +0200
commit524b053281cf63a0c6df0340ed9237c2866bf309 (patch)
tree4dd9d56b9ffa787aba172a128f4643798147df17 /tag-emacs
parent5d343fb5f08129137c69ef56c97ff1a6e0e886bf (diff)
downloaddotfiles-524b053281cf63a0c6df0340ed9237c2866bf309.tar.lz
dotfiles-524b053281cf63a0c6df0340ed9237c2866bf309.tar.zst
dotfiles-524b053281cf63a0c6df0340ed9237c2866bf309.zip
Emacs: Use magit popups in the default way
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org13
1 files changed, 7 insertions, 6 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 8cfb1c9..2a47327 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -240,12 +240,13 @@ Magit is my favourite way to use git.  I use selective staging all the
 time.  Make sure to set it up with a nice =completing-read-function=
 
 #+BEGIN_SRC emacs-lisp
-(req-package magit
-  :commands (magit-status)
-  :config (progn (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177))))
-                 (setq magit-last-seen-setup-instructions "1.4.0"
-                       magit-completing-read-function #'magit-ido-completing-read))
-  :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
+  (req-package magit
+    :commands (magit-status)
+    :config (progn (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177))))
+                   (setq magit-last-seen-setup-instructions "1.4.0"
+                         magit-completing-read-function #'magit-ido-completing-read
+                         magit-popup-use-prefix-argument 'default))
+    :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
 #+END_SRC
 
 ** Styles