diff options
-rw-r--r-- | .config/emacs/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index b94b0d6..a8a8a8f 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -324,6 +324,7 @@ sh-script.el is broken." (add-hook 'sh-mode-hook '(lambda () (sh-electric-here-document-mode 0) + )) (add-hook 'erc-mode-hook '(lambda () @@ -343,5 +344,3 @@ sh-script.el is broken." ;; Anything that gets magically appended ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -(put 'downcase-region 'disabled nil) |