diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index e93ea19..8ebdb45 100644 --- a/init.el +++ b/init.el | |||
@@ -22,8 +22,7 @@ | |||
22 | (require (or (car-safe feature) feature) (cdr-safe feature) :noerror)) | 22 | (require (or (car-safe feature) feature) (cdr-safe feature) :noerror)) |
23 | 23 | ||
24 | (setup (:require +casing) | 24 | (setup (:require +casing) |
25 | (with-eval-after-load '+key | 25 | (:+key "M-c" +casing-map) |
26 | (define-key +key-mode-map (kbd "C-c c") +casing-map)) | ||
27 | ;; Unbind default casing bindings | 26 | ;; Unbind default casing bindings |
28 | (:global "M-u" nil "M-c" nil "M-l" nil | 27 | (:global "M-u" nil "M-c" nil "M-l" nil |
29 | "C-x C-u" nil "C-x C-l" nil)) | 28 | "C-x C-u" nil "C-x C-l" nil)) |