diff options
| author | JSDurand <mmemmew@gmail.com> | 2026-05-10 12:42:46 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2026-05-10 12:42:46 +0800 |
| commit | e01a186e9292373a774eb4708d6a2fcd404333ba (patch) | |
| tree | 460bbc7ac785c554f1d96a092e35dc445c88601c | |
| parent | e667d1ee9acffa1b78b191ab3a53b2c9a1055785 (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.
| -rw-r--r-- | basic.el | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
