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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -