Update to code

This commit is contained in:
William Moore 2024-07-14 04:03:59 -05:00
parent bf5b006f09
commit c2ecfe1ef3
2 changed files with 27 additions and 24 deletions

View File

@ -1,4 +1,7 @@
(straight-use-package 'dashboard) (use-package dashboard
:straight t
:ensure t
:config
(dashboard-setup-startup-hook) (dashboard-setup-startup-hook)
(setq dashboard-banner-logo-title (whomp/dashboard-build-logo-title whomp-help-lines)) (setq dashboard-banner-logo-title (whomp/dashboard-build-logo-title whomp-help-lines))
@ -21,6 +24,6 @@
dashboard-insert-newline dashboard-insert-newline
dashboard-insert-footer)) dashboard-insert-footer))
(message "W.H.O.M.P. Dashboard loaded") (message "W.H.O.M.P. Dashboard loaded"))
(provide 'whomp-dashboard) (provide 'whomp-dashboard)
;;; whomp-dashboard.el ends here ;;; whomp-dashboard.el ends here

View File

@ -49,9 +49,9 @@
;; magit ;; magit
(when (memq 'magitmode whomp-development) (when (memq 'magitmode whomp-development)
(straight-use-package 'magit) (use-package magit
(straight-use-package 'forge) :straight t
(straight-use-package 'magit-todos) :defer t)
(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)")