From e01a186e9292373a774eb4708d6a2fcd404333ba Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 10 May 2026 12:42:46 +0800 Subject: basic: add doc and source directories * basic.el (doc-directory, source-directory): Maybe these are newly added variables. Otherwise I do not why my Emacs was functioning without problems before I set them. --- basic.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'basic.el') diff --git a/basic.el b/basic.el index 11a0170..6e2bb2d 100644 --- a/basic.el +++ b/basic.el @@ -655,6 +655,13 @@ buffers that I do not want to kill automatically.") (setq xref-search-program 'ripgrep) +;;; DOC and SOURCE directory + +(setq doc-directory + (file-name-as-directory + "/Users/durand/w.emacs.d/emacs/etc/")) +(setq source-directory "/Users/durand/w.emacs.d/emacs/") + ;;; Package management ;;;###autoload -- cgit v1.2.3-18-g5258