branch: master commit 1e3a4396ea61d71b69eb9678417db5b3f4de0bb0 Author: Mario Lang <ml...@delysid.org> Commit: Mario Lang <ml...@delysid.org>
Use user-emacs-directory. --- packages/async/async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/async/async-bytecomp.el b/packages/async/async-bytecomp.el index 2c96da0..9ee3071 100644 --- a/packages/async/async-bytecomp.el +++ b/packages/async/async-bytecomp.el @@ -51,7 +51,7 @@ the symbol `all', in this case packages are always compiled asynchronously." :group 'async :type '(repeat (choice symbol))) -(defvar async-byte-compile-log-file "~/.emacs.d/async-bytecomp.log") +(defvar async-byte-compile-log-file (expand-file-name "async-bytecomp.log" user-emacs-directory)) ;;;###autoload (defun async-byte-recompile-directory (directory &optional quiet)