summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2018-11-16 09:29:43 -0500
committerLuke Shumaker <lukeshu@datawire.io>2018-11-16 09:29:43 -0500
commitbe36f3c80ec526301500db455749360f212397eb (patch)
treebc4e0e9c833c5877b99f96dc3befa86377c5f564
parenteefb035fe44cb6d5a9019180e021ccedc8829b0b (diff)
.config/emacs/init.el: Fix
-rw-r--r--.config/emacs/init.el3
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)