Permanently add to emacs load path -
i trying add together "~/" emacs load path, because whatever reason not there. managed find command adding emacs load path:
(add-to-list 'load-path "~/")
when execute command load-path variable contains stuff did before, , "~/" added list. problem when quit emacs, next time starts "~/" had been removed list, alter not persistent. how add together emacs load-path variable permanently?
adding .emacs file won't work here, because problem .emacs file, in ~/ directory, not beingness loaded, modifying .emacs file won't prepare problem.
i guess there typo in phils' comment. right way should c-h v user-init-file ret. maybe customized variable in other places , forgot. seek changing value of variable default.
emacs
No comments:
Post a Comment