From 55348c1f7ea1c1be9a29b2a08dd9b7e9ff7174f8 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 3 Mar 2025 14:48:20 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'common/.config/emacs') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index e5b9793..d9cbb9c 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -214,16 +214,8 @@ Install and configure =vterm= as a terminal emulator in Emacs. ("C-c v" . vterm)) #+end_src -Use =corfu= for completions. =orderless= is used to allow searching in any portion of a string and =marginalia= gives descriptions of items in the list. +Use =corfu= and =vertico= for completions. =orderless= is used to allow searching in any portion of a string and =marginalia= gives descriptions of items in the list. #+begin_src emacs-lisp - ;;(use-package company - ;; :init - ;; (global-company-mode) - ;; :config - ;; (setq company-idle-delay 0.4 - ;; company-minimum-prefix-length 1 - ;; company-selection-wrap-around t)) - (use-package corfu :custom (corfu-cycle t) -- cgit v1.2.3