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

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ var*
snippets/* snippets/*
diary diary
srecode-map.el srecode-map.el
places

View File

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