summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index eb0b283..62c2738 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -262,6 +262,11 @@
     (fill-paragraph nil)))
 (global-set-key (kbd "M-Q") #'unfill-paragraph)
 
+(use-package simple
+  :bind (([remap capitalize-word] . capitalize-dwim)
+	 ([remap downcase-word] . downcase-dwim)
+	 ([remap upcase-word] . upcase-dwim)))
+
 ;;; Reading mail
 
 ;; I keep coming back to rmail, despite its many, many warts.