터미널 세션에서 다음과 같이 출력된다.이맥스는 자신의로드 경로에서 내용을 찾을 수 없다.
~ $cat .emacs
(require 'package)
(custom-set-variables
;;lots of comments generated by computer
'(package-archives (quote(("gnu" . "http://elpa.gnu.org/packages")
("marmalade" . "http://marmalade-repo.org/packages")
("melpa" . "http://melpa.milkbox.net/packages/")
("org" . "http://orgmode.org/elpa")))))
(custom-set-faces
;;again lots of comments added by the computer
)
(add-to-list 'load-path "/usr/share/emacs/24.3/site-lisp/mu4e")
~ $ ls /usr/share/emacs/24.3/site-lisp/mu43
#there are a lot of files here, but I am only going to show 2 right now
mu4e.elc
mu4e.el
... 아직 이맥스 M-x mu4e는 [일치하지 않음]을 반환합니다. 로드 경로 변수를 확인했습니다. 은입니다. 내가 도대체 뭘 잘못하고있는 겁니까?
'ls' 명령에서'mu4e'보다는'mu43'을 디렉토리 이름으로 사용합니다. 나는 그것이 당신의 질문에 단지 실수이지만, 그것을 대비하여 지적하고있다. – jbm