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
|
;; Hacer que corfu funcione en la terminal
|
||||||
|
(unless (display-graphic-p)
|
||||||
(use-package corfu-terminal
|
(use-package corfu-terminal
|
||||||
:straight (corfu-terminal :type git :repo "https://codeberg.org/akib/emacs-corfu-terminal.git")
|
:straight (corfu-terminal :type git :repo "https://codeberg.org/akib/emacs-corfu-terminal.git")
|
||||||
:defer t
|
|
||||||
:after corfu
|
|
||||||
:config
|
:config
|
||||||
(unless (display-graphic-p)
|
|
||||||
(corfu-terminal-mode +1))
|
(corfu-terminal-mode +1))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user