summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2026-05-10 12:42:46 +0800
committerJSDurand <mmemmew@gmail.com>2026-05-10 12:42:46 +0800
commite01a186e9292373a774eb4708d6a2fcd404333ba (patch)
tree460bbc7ac785c554f1d96a092e35dc445c88601c /basic.el
parente667d1ee9acffa1b78b191ab3a53b2c9a1055785 (diff)
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.
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el7
1 files changed, 7 insertions, 0 deletions
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