Fixed name of my mode directory.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Jan 2021 01:19:57 +0200
changeset 1670 c3a11a672d0d
parent 1669 33d096a97345
child 1671 a6d55703383c
Fixed name of my mode directory.
.emacs-defs
--- a/.emacs-defs	Sat Jan 02 01:15:49 2021 +0200
+++ b/.emacs-defs	Sat Jan 02 01:19:57 2021 +0200
@@ -5,7 +5,7 @@
   "Here live additional lisp packages.")
 
 (defvar my-lisp-dir
-  (expand-file-name (concat user-emacs-directory "my/"))
+  (expand-file-name (concat user-emacs-directory "mylisp"))
   "Here live my lisp packages.")
 (add-to-list 'load-path my-lisp-dir)