使用vertico+orderless+marginalia+embark+consult,为不同的使用场景设置一个方便搜索和显示的选择列表。你不需要完整记住任何事,选就好了。 full fledged lisp虚拟机。最后两张图展示了如何通过局部重载lisp函数达成:在tex-mode里补全tex宏,但在其他mode里补全tex宏并输出对应的unicode字符(通过c
* Package name : emacs-corfu-terminal Version : 0.7 Upstream Author : Akib Azmain Turja * URL or Web page : https://codeberg.org/akib/emacs-corfu-terminal * License : GPL-3 Programming lang: Emacs Lisp Description : Corfu popup on terminal Corfu uses child frames to display candidates....
(corfu-auto t) ;; 自动补全(不需要按 TAB)。 (corfu-auto-prefix 2) ;; 触发自动补全的前缀长度。 (corfu-auto-delay 0.1) ;; 触发自动补全的延迟, 当满足前缀长度或延迟时, 都会自动补全。 (corfu-separator ?\s) ;; 使用 Orderless 过滤分隔符。 (corfu-preselect 'prompt) ;; Preselect the prompt...
elpa-corfu - Completion Overlay Region FUnction in Emacs To access further information about this package, please visit the following URL:https://mentors.debian.net/package/emacs-corfu/Alternatively, you can download the package with 'dget' using this command: dget -xhttps://mentors.debian.net/d...
cape - Completion At Point extensions that can be used with corfu, company, or the default completion ui. recomplete - Immediate completion that doesn’t block user input, but cycles through options on successive calls. It can also be used with ISpell as a fast way to correct typos. mono...
("S-TAB" . corfu-previous) ([backtab] . corfu-previous)) :config ;; TAB cycle if there are only few candidates (setq completion-cycle-threshold 0) (setq tab-always-indent 'complete) (defun corfu-enable-always-in-minibuffer () "Enable Corfu in the minibuffer if Vertico/Mct are not ...
use-package which-key 都收编成自带功能,替代非 GNU 的 ivy/helm 和 company 插件的vertico,corfu...
corfu-candidate-overlay csv-mode custom (M-x customize) dashboard denote dictionary diff-hl diff-mode dired dired-subtree diredfl dirvish display-fill-column-indicator-mode doom-modeline ediff eglot eldoc elfeed embark epa erc ert eshell
emacs 24.1 引入的包管理器提供了一些基础功能,如使用list-packages可以列出所有源中的包,通过package-install可以安装某个包,等等。除了自带的 package.el 外,社区也有一些不错的包管理,比如elpaca,quelpa,el-get,straight.el,borg。在尝试过默认包管理后,我参考lazycat-emacs选择了 git submodule 管理方式,但我最...
Figure 2:Completion at point with minad’s corfu.el Configure tree-sitter in Emacs for general use Although there is aneffort underway to integrate tree-sitter with Emacs core, you can already start using this functionality through thetree-sitterEmacs package. ...