From a7deafced378c188b6c5c5014307b459e98324a6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 11 Jan 2019 14:07:00 +0000 Subject: Add dwim commands instead of default --- emacs/loader.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit