Update to remove logos
This commit is contained in:
parent
eb0f73d4e8
commit
93570a9013
BIN
logos/logo1.png
BIN
logos/logo1.png
Binary file not shown.
Before Width: | Height: | Size: 136 KiB |
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user