Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Jan 2021 18:36:39 +0200
changeset 1674 68a521583d8e
parent 1673 bd16419905c0
child 1675 08f7fd3c4d5b
Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
.emacs-defs
--- a/.emacs-defs	Sat Jan 02 17:38:55 2021 +0200
+++ b/.emacs-defs	Sat Jan 02 18:36:39 2021 +0200
@@ -5,7 +5,7 @@
   "Here live additional lisp packages.")
 
 (defvar my-lisp-dir
-  (expand-file-name (concat user-emacs-directory "mylisp"))
+  (expand-file-name (concat user-emacs-directory "mylisp/"))
   "Here live my lisp packages.")
 (add-to-list 'load-path my-lisp-dir)