summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-01-19 22:54:11 +0100
committerLLoyderino <adrijan.bjedov@gmail.com>2026-01-19 22:54:48 +0100
commite0a31af34b941c4eec655ed4c2a79094a42be2ef (patch)
tree1deceaf25c64fa5d5ca306d4c44dc1a16f030768
parentca354d7bc930b20d79b79b6a8c3d83eab86403f2 (diff)
Back to Company
Corfu simply doesn't work as well
-rw-r--r--init.el20
1 files changed, 2 insertions, 18 deletions
diff --git a/init.el b/init.el
index fe88468..09cb238 100644
--- a/init.el
+++ b/init.el
@@ -118,24 +118,8 @@
;; Catppuccin theme
(load (locate-user-emacs-file "theme.el"))
-;; Completion
-(use-package corfu
- :init
- (global-corfu-mode)
- (corfu-history-mode)
- (corfu-popupinfo-mode))
-
-;; Enable indentation+completion using the TAB key.
-;; `completion-at-point' is often bound to M-TAB.
-(setq tab-always-indent 'complete)
-
-(use-package cape
- :bind ("C-c p" . cape-prefix-map)
- :init
- (add-hook 'completion-at-point-functions #'cape-dabbrev)
- (add-hook 'completion-at-point-functions #'cape-file)
- (add-hook 'completion-at-point-functions #'cape-elisp-block)
- (add-hook 'completion-at-point-functions #'cape-dict))
+(use-package company
+ :hook (after-init . company-mode))
;; Retro-active completion
(use-package orderless