1 2 3 4 5 6 7 8
;;; planner site-lisp configuration (add-to-list 'load-path "@SITELISP@") (require 'planner-autoloads) (setq remember-handler-functions '(remember-planner-append)) (setq remember-annotation-functions planner-annotation-functions)