home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 91baa3db02923bd58f952df19a13ef4188f7d45e
parent 84e48d1394c87c77fec4c3c30204f7a8cf252e2b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 11 May 2020 12:30:35 +0200

emacs/dump.el: add lisp/* to load-path

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/dump.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/dump.el b/tools/emacs/dump.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t -*- (add-to-list 'load-path (expand-file-name "lisp/" user-emacs-directory)) +(add-to-list 'load-path (expand-file-name "lisp/modus-themes" user-emacs-directory)) +(add-to-list 'load-path (expand-file-name "lisp/vorg" user-emacs-directory)) (require 'package) ;; load autoload files and populate load-path’s (setq sbr-dumped-load-path load-path