summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-17 01:09:51 +0100
committerGravatar Tom Willemse2015-12-17 01:09:51 +0100
commit9393cae50dce9b34e57aa0725075ae6cd801c7ff (patch)
tree1112654ce63be2c0015348028b031454e6e323ed /emacs
parentbc52f7560902e05535a936743d51654434b7e8d0 (diff)
downloaddotfiles-9393cae50dce9b34e57aa0725075ae6cd801c7ff.tar.gz
dotfiles-9393cae50dce9b34e57aa0725075ae6cd801c7ff.zip
Don't change tabs usage in Go source code
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 7978a21..8f90dc0 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -148,10 +148,6 @@ MODE1 is enabled and vice-versa."
"Set the `disabled' property for each item in FUNCTIONS to nil."
(mapc #'(lambda (f) (put f 'disabled nil)) functions))
-(defun oni:go-mode-func ()
- "Function for `go-mode-hook'."
- (setq indent-tabs-mode nil))
-
(defun oni:haskell-mode-func ()
"Function for `haskell-mode-hook'."
(turn-on-haskell-indentation))
@@ -1067,9 +1063,6 @@ If no direction is given, don't split."
(gnus-summary-delete-article)
(gnus-summary-next-subject 1)))))
-(oni:add-hooks 'go-mode-hook
- #'oni:go-mode-func)
-
(oni:add-hooks 'html-mode-hook
#'oni:maybe-fci-mode #'tagedit-mode #'turn-off-flyspell
#'turn-off-auto-fill)