[Add personal data dir function clinton@unknownlamer.org**20070818163910] { hunk ./dot-emacs 3 -;;; - Switch from guileint to guile-debugging hunk ./dot-emacs 18 +(defvar cke-personal-data-dir (concat cke-site-emacs-dir + "/personal-data")) + +(defun cke-personal-file (file) + "Return pathname of a file from the personal data repository" + (expand-file-name (concat cke-personal-data-dir "/" file))) + }