diff options
Diffstat (limited to 'modules/org-config.el')
| -rw-r--r-- | modules/org-config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/org-config.el b/modules/org-config.el index 3cd5d358..c817f3e0 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -6,6 +6,8 @@ ;;; Code: +(require 'keybindings) ;; provides cj/custom-keymap (used in :init below) + ;; ---------------------------- Org General Settings --------------------------- (defun cj/org-general-settings () |
