mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -05:00
Closes #225. <!-- To expedite the pull request process, please see the contributor guide for my projects: <https://github.com/raxod502/contributor-guide> -->
This commit is contained in:
parent
51b8a796b6
commit
8cccf12df2
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ machine from the machine file is available on"))
|
|||
(or buffer-file-name
|
||||
(concat default-directory
|
||||
(apheleia--safe-buffer-name))))))
|
||||
(setq command (apheleia--replq '(file filepath) file-name command))))
|
||||
(setq command (apheleia--replq command '(file filepath) file-name))))
|
||||
|
||||
(when (or (memq 'input command) (memq 'inplace command))
|
||||
(let ((input-fname (apheleia--make-temp-file
|
||||
|
|
Loading…
Add table
Reference in a new issue