diff options
author | Vincent Ambo <mail@tazj.in> | 2023-08-26T13·22+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-08-26T13·25+0000 |
commit | 9afa1dacf88115adb5153486681745024eecfa95 (patch) | |
tree | dddcb138e91ace55171bb2d276ca7a568c1af1a5 /users/tazjin/emacs/config/modes.el | |
parent | 6d5d96ecea46b6daeccfd7814ea3565e05068bdb (diff) |
chore(tazjin/emacs): remove a bunch of unused code r/6525
Change-Id: Ife854e83ef97f1e9a26072f2ab2a3b23f5d64840 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9154 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs/config/modes.el')
-rw-r--r-- | users/tazjin/emacs/config/modes.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/modes.el b/users/tazjin/emacs/config/modes.el index 69fb523d0d91..7a51e674772b 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) |