summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 14:39:54 -0600
committerCase Duckworth2022-01-04 14:39:54 -0600
commitbe93fbccf5509920732120888d30d0675ab0f161 (patch)
tree31b01d0206f7c4e05d1701441ba108f6dbdf5821 /init.el
parentMerge branch 'bankruptcy8' of https://tildegit.org/acdw/emacs into bankruptcy8 (diff)
downloademacs-be93fbccf5509920732120888d30d0675ab0f161.tar.gz
emacs-be93fbccf5509920732120888d30d0675ab0f161.zip
Add +casing
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index bb6006d..f15bf31 100644 --- a/init.el +++ b/init.el
@@ -23,6 +23,12 @@
23 23
24(setq debug-on-error (memq system-type '(msdos windows-nt))) 24(setq debug-on-error (memq system-type '(msdos windows-nt)))
25 25
26(setup (:require +casing)
27 (define-key +key-mode-map (kbd "C-c c") +casing-map)
28 ;; Unbind default casing bindings
29 (:global "M-u" nil "M-c" nil "M-l" nil
30 "C-x C-u" nil "C-x C-l" nil))
31
26(setup (:require +emacs) 32(setup (:require +emacs)
27 ;; +emacs.el contains super-basic defaults that are basically necessary for 33 ;; +emacs.el contains super-basic defaults that are basically necessary for
28 ;; good functioning. In this block, I add extra things or more "experimental" 34 ;; good functioning. In this block, I add extra things or more "experimental"