diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-03 14:48:20 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-03 14:48:20 -0600 |
commit | 55348c1f7ea1c1be9a29b2a08dd9b7e9ff7174f8 (patch) | |
tree | fdcd04a22258a4e0e9677757581273b586face44 /common/.config/emacs/init.el.org | |
parent | 3559062652af3973d3bfed49d4ca95dde1739721 (diff) |
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-rw-r--r-- | common/.config/emacs/init.el.org | 10 |
1 files changed, 1 insertions, 9 deletions
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) |