In your ~/.emacs:
Code:(load "filename.el")
How do can I use those *.el files for emacs where do I put those files?
In your ~/.emacs:
Code:(load "filename.el")
Then how would I select to use it? Like if I have like 10 *.el and I only want to use one..
Uhh, I still don't understand. If you have a file named prolog.el, then just type in that name:Then how would I select to use it? *Like if I have like 10 *.el and I only want to use one..
Code:; file: .emacs (load "prolog.el")
I want to use ljupdate.el I've added it to .emacs but if i just start emacs it won't use ljupdate.el How do activated so that I can use it
Bookmarks