BIBLIOGRAPHY
“Minad/Corfu.” 2025. https://github.com/minad/corfu.
“Minad/Vertico.” 2024. https://github.com/minad/vertico.
“Oantolin/Embark.” 2024. https://github.com/oantolin/embark.
Related-Notes
minad/consult
- Daniel Mendler
- :mag: consult.el - Consulting completing-read
키워드 consult
- elisp/ #LLM: 미완성 consult-notes 노트목록 디레드 목록 변환 ‘2025-01-29
- elisp/ #LLM: embark-file-map with consult-org-heading ‘2025-06-30 #2025-06-30
- llmlog/ 이맥스 AI 도구 비교 gptel Wrapper CLIProxyAPI + consult-denote 검토 ‘2026-02-25
- notes/ @힣: #이맥스 #검색 #일괄편집 #워크플로우 #한번에 #전체 #점진 #변경 #치환 ‘2023-07-10 #2026-02-19
- notes/ #이맥스: #북마크 ‘2024-03-15
- notes/ #모음: #이맥스 #키바인딩 #변경 #기록 #둠이맥스 ‘2024-07-04 #2025-02-27
- notes/ #LLM: 이맥스 swiper와 consult-line을 비교 ‘2025-02-23 #2025-02-23
minad/vertico
- Daniel Mendler
- :dizzy: vertico.el - VERTical Interactive COmpletion
oantolin/embark
- Omar Antolín Camarena
- Emacs Mini-Buffer Actions Rooted in Keymaps
minad/corfu
- Mendler, Daniel
- :desert\_island: corfu.el - COmpletion in Region FUnction
#둠이맥스 맥락에서 자동완성 프레임워크
completion : corfu
home/junghan/doomemacs-git/modules/completion/corfu
completion : vertico
home/junghan/doomemacs-git/modules/completion/vertico
Customize consult—source
이게 매우 중요하다. 왜? 버퍼 찾는데 뭐가 나오느냐가 여기에 걸려있다.
narrow 키를 잘 매핑하고, preview 도 연결한다.
-
l : layout persp-mode
-
b : buffer
-
compleseus-switch-to-buffer 결국 이 함수로 매핑해서 사용할 것이다.
lsp-mode and corfu
현실적인 문제 때문에 이 문서를 다시 건들게 되었다. 다름이 아니라 lsp-mode 가 company 를 부르네?! 이거봐라! corfu 를 사용하려면 orderless 는? 아름다움을 만들기 위해서는 알아야 한다. 배포판에서 corfu 를 지원하지 않는다. 왜? 이거 만만하지 않기 때문이다. 그만큼 company 가 중요하다.
새로운 기능을 안고 corfu 를 사용한다. 하나씩 만나는 문제를 적극적으로 해결하면서 진짜를 알게 된다.
아래 위키를 보면 1 번이 lsp-mode 이야기다. 조아. 그 다음은 eglot 이다. Home · minad/corfu Wiki · GitHub
렝기지 서버랑 연동이 되도록 하는데 여기에 orderless 가 가능하니 좋은 점이다. 검증해보라.
Comments