diff options
| -rw-r--r-- | emacs/.config/emacs/shared/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.config/emacs/shared/custom.el b/emacs/.config/emacs/shared/custom.el index e231691..5338e3b 100644 --- a/emacs/.config/emacs/shared/custom.el +++ b/emacs/.config/emacs/shared/custom.el | |||
| @@ -15,4 +15,5 @@ | |||
| 15 | ;; Your init file should contain only one such instance. | 15 | ;; Your init file should contain only one such instance. |
| 16 | ;; If there is more than one, they won't work right. | 16 | ;; If there is more than one, they won't work right. |
| 17 | ) | 17 | ) |
| 18 | (put 'downcase-region 'disabled nil) | ||
| 18 | (put 'upcase-region 'disabled nil) | 19 | (put 'upcase-region 'disabled nil) |