about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/emacs/config/modes.el')
-rw-r--r--users/tazjin/emacs/config/modes.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/modes.el b/users/tazjin/emacs/config/modes.el
index 69fb523d0d..7a51e67477 100644
--- a/users/tazjin/emacs/config/modes.el
+++ b/users/tazjin/emacs/config/modes.el
@@ -4,6 +4,7 @@
 (add-hook 'prog-mode-hook 'hl-line-mode)
 
 ;; Use auto-complete as completion at point
+;; TODO(tazjin): what is this?
 (defun set-auto-complete-as-completion-at-point-function ()
   (setq completion-at-point-functions '(auto-complete)))
 
@@ -31,7 +32,4 @@
 ;; Transparently open compressed files
 (auto-compression-mode t)
 
-;; Configure go-mode for Go2 Alpha
-(add-to-list 'auto-mode-alist '("\\.go2$" . go-mode))
-
 (provide 'modes)