From 1a21781fba70826d4c71aed51004059833b85313 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Wed, 30 Apr 2025 09:39:47 +0200 Subject: [PATCH] fix: switch back to company from corfu to avoid random crash It seems like a known issue (don't have the link anymore..) but company is doing fine for now so just switch back to it. --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 404cccb..af422e5 100644 --- a/config.org +++ b/config.org @@ -471,7 +471,7 @@ C-c C-c to apply." *** Corfu -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC (use-package corfu ;; Optional customizations :bind (:map corfu-map ("" . corfu-complete)) @@ -502,7 +502,7 @@ C-c C-c to apply." *** Company-mode -#+BEGIN_SRC +#+BEGIN_SRC emacs-lisp (use-package company :config (define-key prog-mode-map