Update to revert something and include others

This commit is contained in:
William Moore 2024-07-17 22:55:33 -05:00
parent 60b5177ddd
commit b36593c7a3
2 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -21,4 +21,5 @@ tramp*
var*
snippets/*
diary
srecode-map.el
srecode-map.el
places

View File

@ -39,10 +39,7 @@
(load bootstrap-file nil 'nomessage))
;; Set up straight.el to use use-package
;; (straight-use-package 'use-package)
(use-package use-package
:straight t
:defer t)
(straight-use-package 'use-package)
(defun whomp/add-key-binding (key command help-text)
"Add a key binding to the W.H.O.M.P. keymap"