Skip to content

Commit

Permalink
Merge pull request #166 from marienz/master
Browse files Browse the repository at this point in the history
Do not call locate-user-emacs-file when compiling
  • Loading branch information
zonuexe authored Apr 7, 2024
2 parents 8733fef + 9d0a3eb commit 08ece33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phpactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@

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

Expand Down

0 comments on commit 08ece33

Please sign in to comment.