mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(keybinds): replace nearly all global-set-key with general
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user