# HG changeset patch # User Oleksandr Gavenko # Date 1609605399 -7200 # Node ID 68a521583d8ee52c139ef62124f335fc477d3f13 # Parent bd16419905c0d54cdd12f2ca2556baf50d3997b7 Added suffix "/" to my-lisp-dir for next easy/safe concat operations. diff -r bd16419905c0 -r 68a521583d8e .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)