Add core-keybinds.el

This commit is contained in:
Henrik Lissner 2017-02-19 07:03:05 -05:00
parent 72577b823c
commit 704099a7b9
4 changed files with 205 additions and 153 deletions

View file

@ -173,7 +173,8 @@ enable multiple minor modes for the same regexp.")
(require 'core-ui) ; draw me like one of your French editors
(require 'core-popups) ; taming sudden yet inevitable windows
(require 'core-editor) ; baseline configuration for text editing
(require 'core-projects))) ; making Emacs project-aware
(require 'core-projects) ; making Emacs project-aware
(require 'core-keybinds))) ; centralized keybind system + which-key
(provide 'core)
;;; core.el ends here