02-load-path: comment update
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
;;; 02-load-path.el --- customize loadpath
|
;;; 02-load-path.el --- customize loadpath
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; load-path will enable to autoload your custom lisp code
|
;; load-path will enable to autoload your custom Lisp code
|
||||||
;; that is not handled via packages (like use-package)
|
;; that is not handled via packages that can be handled with use-package
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(add-to-list 'load-path "~/.emacs.d/site-lisp")
|
(add-to-list 'load-path "~/.emacs.d/site-lisp")
|
||||||
|
|
||||||
(provide '02-load-path)
|
(provide '02-load-path)
|
||||||
;;; 401-rust.el ends here
|
;;; 02-load-path.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user