X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/47f44a8dd4dbd8472f14d741869131c7a1059f88..47babb653ba439e4ededd66276c20cf9f726e708:/spacemacs/.spacemacs diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index b2e5392..eef490d 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -38,8 +38,8 @@ before layers configuration." dotspacemacs-colorize-cursor-according-to-state t ;; Default font. `powerline-scale' allows to quickly tweak the mode-line ;; size to make separators look not too crappy. - dotspacemacs-default-font '("Source Code Pro for Powerline" - :size 14 + dotspacemacs-default-font '("Source Code Pro" + :size 15 :weight normal :width normal :powerline-scale 1.1) @@ -123,6 +123,10 @@ layers configuration." " " (mode-io-correlate "%n:1:%t ") "%o")))) + + (advice-add #'magit-key-mode-popup-committing :after + (lambda () + (magit-key-mode-toggle-option (quote committing) "--verbose"))) ) ;; Do not write anything past this comment. This is where Emacs will