summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-04-23 13:47:28 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-04-23 13:47:28 +0100
commit4dc8f2713778969f35e8a0bd0baca738afd82e5c (patch)
tree0b47dd1472b5a954d24fc3ead062680965a45d86
parentdc95e63e3489f9ec93bf174cd63e8e0943b1353b (diff)
emacs: Remove dangling reference
-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)))