summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 8deff07..23070b5 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -23,6 +23,11 @@
(keymap-global-set "C-x C-b" #'ibuffer)
(keymap-global-set "C-c SPC" #'pop-to-mark-command)
+(mapc
+ (lambda (command)
+ (put command 'disabled nil))
+ '(upcase-region downcase-region))
+
(setopt warning-minimum-level :error
inhibit-startup-message t