본문 바로가기

Editor/Emacs

Emacs Functions


(autoload 'function "filename")
함수와 함수를 구현한 패키지를 연결하여 함수가 처음으로 실행될 때 패키지로부터 코드를 읽어들일 수 있도록 한다.