chore(keybinds): replace nearly all global-set-key with general

This commit is contained in:
Jim Myhrberg
2024-11-21 01:24:10 +00:00
parent 623973802b
commit bd6c2439f0
16 changed files with 58 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
;;; Code:
(define-prefix-command 'siren-debug-map)
(general-define-key "C-c -" 'siren-debug-map)
(siren-general-define-key "C-c -" 'siren-debug-map)
(provide 'siren-debug-map)
;;; siren-debug-map.el ends here