From e1ce2787ad9a33ecbcd414f0d64d8e024cf62172 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Wed, 24 Jun 2020 01:29:33 +0200 Subject: [PATCH] 02-load-path: comment update Signed-off-by: Ralf Zerres --- site-start.d/02-load-path.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-start.d/02-load-path.el b/site-start.d/02-load-path.el index dd9902c..5400ae5 100644 --- a/site-start.d/02-load-path.el +++ b/site-start.d/02-load-path.el @@ -1,11 +1,11 @@ ;;; 02-load-path.el --- customize loadpath ;;; Commentary: -;; load-path will enable to autoload your custom lisp code -;; that is not handled via packages (like use-package) +;; load-path will enable to autoload your custom Lisp code +;; that is not handled via packages that can be handled with use-package ;;; Code: (add-to-list 'load-path "~/.emacs.d/site-lisp") (provide '02-load-path) -;;; 401-rust.el ends here +;;; 02-load-path.el ends here