feat: enable corfu iso company-mode
No issues so far when using melpa iso latest git repo (elpaca behaviour)
This commit is contained in:
parent
80b3e4dbc1
commit
3f93a19d4b
1 changed files with 1 additions and 14 deletions
15
config.org
15
config.org
|
|
@ -457,7 +457,7 @@ C-c C-c to apply."
|
|||
|
||||
*** Corfu
|
||||
|
||||
#+BEGIN_SRC
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package corfu
|
||||
;; Optional customizations
|
||||
:bind (:map corfu-map ("<tab>" . corfu-complete))
|
||||
|
|
@ -486,19 +486,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