Update to remove logos

This commit is contained in:
William Moore 2025-01-05 05:01:33 -06:00
parent eb0f73d4e8
commit 93570a9013
2 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

View File

@ -31,6 +31,11 @@
(lambda () (interactive) (customize-group 'whomp-config))
"Customize this W.H.O.M.P. Emacs Installation")
(whomp/add-key-binding
"u"
(lambda () (interactive) (package-upgrade-all))
"Upgrade all packages")
;; quick commenting/uncommenting of a region is just too useful
(whomp/add-key-binding "c" 'comment-or-uncomment-region "Comment or uncomment region")