summaryrefslogtreecommitdiff
blob: 0f4ed07c65b12d51bf7885ba48e512eef9c1dff8 (plain)
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)