diff --git a/logos/logo1.png b/logos/logo1.png deleted file mode 100644 index 68d537d..0000000 Binary files a/logos/logo1.png and /dev/null differ diff --git a/whomp/whomp-defaults.el b/whomp/whomp-defaults.el index 09bca62..769c367 100644 --- a/whomp/whomp-defaults.el +++ b/whomp/whomp-defaults.el @@ -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")