(setq load-path (cons "/home/alex/.emacs.d/muse/lisp" load-path)) (require 'muse) (setq muse-project-alist '(("WikiPlanner" ;; use value of `planner-project' ("~/Plans" ;; where your Planner pages are located :default "TaskPool" ;; use value of `planner-default-page' :major-mode planner-mode :visit-link planner-visit-link) ;; This next part is for specifying where Planner pages ;; should be published and what Muse publishing style to ;; use. In this example, we will use the XHTML publishing ;; style. (:base "xhtml" ;; value of `planner-publishing-directory' :path "~/public_html/Plans")))) ; (load "/usr/share/emacs/site-lisp/cedet/common/cedet") (setq semantic-load-turn-useful-things-on t) (require 'cedet) (custom-set-faces '(muse-link ((t (:background "slate gray" :foreground "black" :underline "blue" :weight bold))))) (custom-set-variables '(muse-project-alist (quote (("WikiPlanner" ("~/Plans" :default "TaskPool" :major-mode planner-mode :visit-link planner-visit-link) (:base "xhtml" :path "~/public_html/Plans")))))) (custom-set-faces)