emacs - load-path and load a lisp file -
after setting path lisp files in emacs in .emacs file, this
(add-to-list 'load-path "~/elisp/")
logically should use load command specific file guess command
i tried
(load-file-name "google-c-style") .el added file, should right way this
however no success.
it's (load), not (load-file-name).
Comments
Post a Comment