# HG changeset patch # User Oleksandr Gavenko # Date 1422392019 -7200 # Node ID 81709141a539a42f100bf68c724fe900d1177738 # Parent 998763deda98465e044a7c3fcacb83cb02b7268f Avoid inlining of ~/.emacs.d. diff -r 998763deda98 -r 81709141a539 .emacs --- a/.emacs Tue Jan 27 22:28:18 2015 +0200 +++ b/.emacs Tue Jan 27 22:53:39 2015 +0200 @@ -27,7 +27,7 @@ (my-add-subdirs-to-load-path my-usr-el-dir) (defvar my-lisp-dir - (expand-file-name "~/.emacs.d/my-lisp") + (expand-file-name (concat user-emacs-directory "my-lisp")) "Here live my lisp packages.") (my-add-subdirs-to-load-path my-lisp-dir)