Next: Implementation, Previous: Introduction, Up: Top
Installing Remember Mode is as simple as adding the following lines to your Emacs configuration file (usually ~/.emacs.d/init.el or ~/.emacs).
(add-to-list 'load-path "/path/to/remember") (require 'remember)