Skip to content

Commit 08ece33

Browse files
authored
Merge pull request #166 from marienz/master
Do not call locate-user-emacs-file when compiling
2 parents 8733fef + 9d0a3eb commit 08ece33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpactor.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868

6969
;;;###autoload
7070
(defcustom phpactor-install-directory
71-
(eval-when-compile
72-
(expand-file-name (locate-user-emacs-file "phpactor/")))
71+
(expand-file-name (locate-user-emacs-file "phpactor/"))
7372
"Directory for setup Phactor. (default `~/.emacs.d/phpactor/')."
7473
:type 'directory)
7574

0 commit comments

Comments
 (0)