Update for some clean ups
This commit is contained in:
parent
92665d0b05
commit
bf5b006f09
@ -53,9 +53,9 @@
|
||||
(straight-use-package 'forge)
|
||||
(straight-use-package 'magit-todos)
|
||||
(whomp/add-key-binding "g s" 'magit-status "Git status (magit entrypoint)")
|
||||
(whomp/add-key-binding "g l" 'magit-log "Git log (magit entrypoint")
|
||||
(whomp/add-key-binding "g b" 'magit-blame "Git blame (magit entrypoint")
|
||||
(whomp/add-key-binding "g f" 'magit-find-file "Git find file (magit entrypoint")
|
||||
(whomp/add-key-binding "g l" 'magit-log "Git log (magit entrypoint)")
|
||||
(whomp/add-key-binding "g b" 'magit-blame "Git blame (magit entrypoint)")
|
||||
(whomp/add-key-binding "g f" 'magit-find-file "Git find file (magit entrypoint)")
|
||||
(message "magit loaded"))
|
||||
|
||||
;; projectile
|
||||
|
@ -10,8 +10,7 @@
|
||||
(const :tag "Doom themes" doomthemes)
|
||||
(const :tag "Sublime themes" sublimethemes)
|
||||
(const :tag "Kaolin themes" kaolinthemes)
|
||||
(const :tag "Alect themes" alectthemes)
|
||||
(const :tag "Wombat themes" wombatthemes))
|
||||
(const :tag "Alect themes" alectthemes))
|
||||
:group 'whomp-config)
|
||||
|
||||
;; theme to load
|
||||
|
Loading…
Reference in New Issue
Block a user