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

@ -12,7 +12,7 @@ As it turns out, yeah, he admitted to being wrong. The result of rolling my own
Furthermore, most of the major changes in W.H.O.M.P. are highly experimental and haven't been suggested for T.H.W.A.P. just yet. Enjoy! Furthermore, most of the major changes in W.H.O.M.P. are highly experimental and haven't been suggested for T.H.W.A.P. just yet. Enjoy!
From the original developer of T.H.W.A.P.(https://github.com/fuzzy/thwapmacs/): From the original developer of T.H.W.A.P.( https://github.com/fuzzy/thwapmacs/ ):
No doubt I've been helped along that journey by much reading and worthy YouTube Emacs content. And in that spirit I am No doubt I've been helped along that journey by much reading and worthy YouTube Emacs content. And in that spirit I am
publishing this configuration, and endeavoring to ensure that it is well commented and documented. If you have questions, publishing this configuration, and endeavoring to ensure that it is well commented and documented. If you have questions,

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