Update for some clean ups

This commit is contained in:
William Moore 2024-07-14 03:23:04 -05:00
parent 92665d0b05
commit bf5b006f09
3 changed files with 5 additions and 6 deletions

View File

@ -53,9 +53,9 @@
(straight-use-package 'forge) (straight-use-package 'forge)
(straight-use-package 'magit-todos) (straight-use-package 'magit-todos)
(whomp/add-key-binding "g s" 'magit-status "Git status (magit entrypoint)") (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 l" 'magit-log "Git log (magit entrypoint)")
(whomp/add-key-binding "g b" 'magit-blame "Git blame (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 f" 'magit-find-file "Git find file (magit entrypoint)")
(message "magit loaded")) (message "magit loaded"))
;; projectile ;; projectile

View File

@ -10,8 +10,7 @@
(const :tag "Doom themes" doomthemes) (const :tag "Doom themes" doomthemes)
(const :tag "Sublime themes" sublimethemes) (const :tag "Sublime themes" sublimethemes)
(const :tag "Kaolin themes" kaolinthemes) (const :tag "Kaolin themes" kaolinthemes)
(const :tag "Alect themes" alectthemes) (const :tag "Alect themes" alectthemes))
(const :tag "Wombat themes" wombatthemes))
:group 'whomp-config) :group 'whomp-config)
;; theme to load ;; theme to load