Compare commits
No commits in common. "75bda91171d9432e6c36c62204504f93706363d3" and "d0657174dcc24b3cec48846baf834b76d0a655c4" have entirely different histories.
75bda91171
...
d0657174dc
1 changed files with 2 additions and 28 deletions
30
config.org
30
config.org
|
|
@ -450,22 +450,9 @@ C-c C-c to apply."
|
|||
)
|
||||
#+END_SRC
|
||||
|
||||
** In-buffer completion
|
||||
** Corfu
|
||||
|
||||
*** Consult
|
||||
|
||||
#+BEGIN_SRC
|
||||
(setq completion-in-region-function
|
||||
(lambda (&rest args)
|
||||
(apply (if vertico-mode
|
||||
#'consult-completion-in-region
|
||||
#'completion--in-region)
|
||||
args)))
|
||||
#+END_SRC
|
||||
|
||||
*** Corfu
|
||||
|
||||
#+BEGIN_SRC
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package corfu
|
||||
;; Optional customizations
|
||||
:custom
|
||||
|
|
@ -491,19 +478,6 @@ C-c C-c to apply."
|
|||
(global-corfu-mode))
|
||||
#+end_src
|
||||
|
||||
*** Company-mode
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package company
|
||||
:config
|
||||
(define-key prog-mode-map
|
||||
(kbd "TAB")
|
||||
#'company-indent-or-complete-common)
|
||||
:init
|
||||
(global-company-mode)
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
** Orderless
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue