branch: elpa/crux commit 0f04d98f50c55a13ca341923cd38fdfbe71c4464 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Fix unbound var reference --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index d099438..c7b60db 100644 --- a/crux.el +++ b/crux.el @@ -239,7 +239,7 @@ point reaches the beginning or end of the buffer, stop there." (defun crux-recompile-init () "Byte-compile all your dotfiles again." (interactive) - (byte-recompile-directory crux-dir 0)) + (byte-recompile-directory user-emacs-directory 0)) (defun crux-file-owner-uid (filename) "Return the UID of the FILENAME as an integer.