diff options
| author | 2025-10-27 08:31:45 +0200 | |
|---|---|---|
| committer | 2025-10-27 08:33:25 +0200 | |
| commit | a8b09154b9e7d47fc6c95a98358fc0457dcab11a (patch) | |
| tree | bee690895cf33521017963e464b8e176b6664df4 | |
| parent | emacs: Replace set-tab-width with a slimmer arkta/set-tab-width (diff) | |
| download | dotfiles-a8b09154b9e7d47fc6c95a98358fc0457dcab11a.tar.gz dotfiles-a8b09154b9e7d47fc6c95a98358fc0457dcab11a.tar.xz dotfiles-a8b09154b9e7d47fc6c95a98358fc0457dcab11a.zip | |
emacs: Enable downcase-region
| -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) |