I have some elisp code in smcho.el.
- The problem is whenver I change the functions in this file, I have to reload emacs. Is there any way to reload this elisp file only?
- (Added based on the answer) Is there any way to redo the previous loading easily? I guess M-x load-file and give the file name again over and over again can be improved.