aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/loader.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 3ea53b1..a0e9215 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -120,6 +120,15 @@ buffer instead.
#+RESULTS:
: t
+#+BEGIN_SRC emacs-lisp
+ (global-set-key (kbd "M-u") 'upcase-dwim)
+ (global-set-key (kbd "M-l") 'downcase-dwim)
+ (global-set-key (kbd "M-c") 'capitalize-dwim)
+#+END_SRC
+
+#+RESULTS:
+: capitalize-dwim
+
*** Custom modeline
Editing the modeline. ~%c~ might be a bit slow though, so that could be removed