You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.elpaignore | 3 months ago | |
COPYING | 3 months ago | |
README.org | 3 months ago | |
corfu-doc-terminal.el | 2 months ago | |
screenshot.png | 3 months ago |
README.org
corfu-doc-terminal
- corfu-doc
popup on terminal
corfu-doc
uses child frames to display candidates. This makes
corfu-doc
unusable on terminal. This package replaces that with popon,
which works everywhere.
Installation
corfu-doc-terminal
isn't available on any archive right now. So, you
have to follow one of the following methods:
Quelpa
(quelpa '(corfu-doc-terminal
:fetcher git
:url "https://codeberg.org/akib/emacs-corfu-doc-terminal.git"))
Straight.el
(straight-use-package
'(corfu-doc-terminal
:type git
:repo "https://codeberg.org/akib/emacs-corfu-doc-terminal.git"))
Manual
Download the corfu-doc-terminal.el
file and put it in your load-path
.
Usage
Enable the global minor mode M-x corfu-doc-terminal-mode
to enable it.
You'll probably want to enable it only on terminal. In that case, put the
following in your init file:
(unless (display-graphic-p)
(corfu-doc-terminal-mode +1))
To use this package, you need to enable corfu-terminal-mode
.