Fix corfu-terminal package load.
This commit is contained in:
parent
fb69ae0828
commit
ff3cb53fb6
@ -47,12 +47,10 @@
|
||||
)
|
||||
|
||||
;; Hacer que corfu funcione en la terminal
|
||||
(use-package corfu-terminal
|
||||
:straight (corfu-terminal :type git :repo "https://codeberg.org/akib/emacs-corfu-terminal.git")
|
||||
:defer t
|
||||
:after corfu
|
||||
:config
|
||||
(unless (display-graphic-p)
|
||||
(unless (display-graphic-p)
|
||||
(use-package corfu-terminal
|
||||
:straight (corfu-terminal :type git :repo "https://codeberg.org/akib/emacs-corfu-terminal.git")
|
||||
:config
|
||||
(corfu-terminal-mode +1))
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user