Fix find-dotfile function

The contribsys/dotfile-location function wasn't being evaluated
This commit is contained in:
capdevc 2014-11-16 12:31:46 -05:00 committed by syl20bnr
parent d7c8cf147d
commit a7d9e66d23

View file

@ -333,7 +333,7 @@ argument takes the kindows rotate backwards."
(defun find-dotfile ()
"Edit the `dotfile', in the current window."
(interactive)
(find-file-existing contribsys/dotfile-location))
(find-file-existing (contribsys/dotfile-location)))
(defun find-spacemacs-file ()
(interactive)