tools/magit: remove unnecessary keybinds; integrate ivy; show gravatars
This commit is contained in:
parent
13bffc54bd
commit
a546c8c92b
1 changed files with 6 additions and 5 deletions
|
@ -5,12 +5,13 @@
|
||||||
:init
|
:init
|
||||||
(load "magit-autoloads" nil t)
|
(load "magit-autoloads" nil t)
|
||||||
:config
|
:config
|
||||||
(set! :popup "^\\*?magit" :ignore)
|
(setq magit-completing-read-function
|
||||||
|
(if (featurep! :completion ivy)
|
||||||
|
#'ivy-completing-read
|
||||||
|
#'magit-builtin-completing-read)
|
||||||
|
magit-revision-show-gravatars '("^Author: " . "^Commit: "))
|
||||||
|
|
||||||
(map! :map magit-repolist-mode-map
|
(set! :popup "^\\*?magit" :ignore)
|
||||||
:n "j" #'next-line
|
|
||||||
:n "k" #'previous-line
|
|
||||||
:n "s" #'magit-repolist-status)
|
|
||||||
|
|
||||||
;; (add-hook 'magit-popup-mode-hook #'hide-mode-line-mode)
|
;; (add-hook 'magit-popup-mode-hook #'hide-mode-line-mode)
|
||||||
;; (set! :popup "^.*magit" '((slot . -1) (side . right) (size . 80)) '((modeline . nil) (select . t)))
|
;; (set! :popup "^.*magit" '((slot . -1) (side . right) (size . 80)) '((modeline . nil) (select . t)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue