all repos — archive/dotfiles @ 524b053281cf63a0c6df0340ed9237c2866bf309

Superseded by nixfiles

Emacs: Use magit popups in the default way
Alan Pearce alan@alanpearce.co.uk
Sat, 18 Jul 2015 10:48:24 +0200
commit

524b053281cf63a0c6df0340ed9237c2866bf309

parent

5d343fb5f08129137c69ef56c97ff1a6e0e886bf

1 files changed, 7 insertions(+), 6 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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