A sample .emacs file, interspersedwith comments, hints, elisp trivia, references. Read thisif you worked your way through the Emacs tutorial, used Emacs for a few days, andnow you think the time has come to do some customizing. in Public bookmarkswith emacslispgood
GNU Emacs Lisp Reference Manual - advice Advising Emacs Lisp Functions The advice feature lets you add to the existing definition of a function, by advising the function. This is a clean method for a library to customize functions defined by other parts of Emacs--cleaner than redefining the whole function. in Public bookmarkswith emacslisp