#둠이맥스: #이맥스리스프 #키바인딩 #설정

#둠이맥스: #이맥스리스프 #키바인딩 #설정

2024-07-04 Note consult doomemacs emacslisp keybindings notes

#패키지 로딩 순서:를 고려한 키바인딩 설정

  • “junghan0611/doomemacs” JunghanKim 2024 - An Emacs framework for the stubborn martian hacker (JunghanKim [2024] 2024)

    junghan0611/doomemacs/commit/d3d50474888195ab43db03c7607f356424b09d18-

    키바인딩 이슈 문제 발생

    consult-eglot 키 바인딩에서 문제를 다음과 같이 해결한다.

      :init (define-key eglot-mode-map [remap xref-find-apropos] #'consult-eglot-symbols)
    
      수정
    
      :init
      (map! :after eglot
            :map eglot-mode-map
            [remap xref-find-apropos] #'consult-eglot-symbols))

Related-Notes

References

JunghanKim. (2024) 2024. “Junghan0611/Doomemacs.” https://github.com/junghan0611/doomemacs.
마지막 수정일자