summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
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