diff --git a/phpactor.el b/phpactor.el index 57d2ce5..782532c 100644 --- a/phpactor.el +++ b/phpactor.el @@ -281,7 +281,7 @@ (cl-defun phpactor-action-close-file (&key path) "Close file from Phpactor." - (kill-buffer (find-file-noselect path))) + (kill-buffer (find-file-noselect path t))) ;; this function was adapted from go-mode (defun phpactor--goto-line (line)