관련메타

BIBLIOGRAPHY

2025 스니펫과 코파일럿

[2025-03-25 Tue 15:44] #스니펫 #이맥스 §tempel §yasnippet §auto-yasnippet §doom-snippets을 보면 참고

잠시만. 스니펫의 종류 말이요.

둠이맥스 스니펫 자동 완성 수정 : 문제

여기에 방법이 있구만. 자동으로 퍼오는 이유 말일세

>

스니펫 디렉토리

 
doom-snippets-dir is a variable defined in doom-snippets.el.
 
Value
"/home/junghan/doomemacs-git/.local/straight/build-30.1.50/doom-snippets/"
 
+snippets-dir is a variable defined in config.el.
 
Value
"/home/junghan/dotemacs/snippets/"

corfu 기본으로 가라

해결방법.

  (setq +corfu-want-tab-prefer-expand-snippets nil) ; 2024-11-06
  (setq +corfu-want-tab-prefer-navigating-snippets nil)
  (setq +corfu-want-tab-prefer-navigating-org-tables nil)

yasnippet-capf 삭제하라!

 
(use-package! yasnippet-capf
  :when (modulep! :editor snippets)
  :defer t
  :init
  (add-hook! 'yas-minor-mode-hook
    (defun +corfu-add-yasnippet-capf-h ()
      (add-hook 'completion-at-point-functions #'yasnippet-capf 30 t))))
 
;; (setq yasnippet-capf-lookup-by 'name) ;; Prefer the name of the snippet instead

이게 뭐 되는 거냐?

(setq yasnippet-capf-lookup-by 'name) ;; Prefer the name of the snippet instead