cp xxx.el ~/Emacs/emacs.elisp
add
(add-to-list 'load-path "~/Emacs/emacs.elisp")
(require 'xxx)
to your .emacs
at the beginning of xxx.el, the author might wrote some "How to"s there,copy some of the scripts you thought it would be usefull to .emacs
relaunch Emacs
or
M-x load-file ~/.emacs
or
open .emacs in Emacs,then M-x eval-buffer
add


at the beginning of xxx.el, the author might wrote some "How to"s there,copy some of the scripts you thought it would be usefull to .emacs
relaunch Emacs
or
M-x load-file ~/.emacs
or
open .emacs in Emacs,then M-x eval-buffer