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

@@ -39,8 +39,9 @@
("\\(^\\(#\\)\\|\\(~$\\|\\.\\(elc\\|obj\\|o\\|class\\|lib\\|dll\\|a\\|so\\|cache\\)$\\)\\)" "^Icon$")
("^\\.\\(emacs\\|gnus\\)$")))))
(if window-system (ecb-activate))
(global-set-key (kbd "C-x C-p") 'ecb-toggle-ecb-windows))
(when window-system
(ecb-activate)
(siren-general-define-key "C-x C-p" 'ecb-toggle-ecb-windows)))
(provide 'siren-ecb)
;;; siren-ecb.el ends here