summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index dd8cda8..b370651 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -159,7 +159,6 @@
(setq tab-width 2)
(when (executable-find "gopls")
- (corfu-mode)
(eglot-ensure)
(add-hook 'before-save-hook #'my/eglot-organize-imports nil :local)
(add-hook 'before-save-hook #'eglot-format-buffer nil :local)))