mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
[#21] Bugfix for 'filepath option
This commit is contained in:
parent
3be4b486dc
commit
23ee6b5b4d
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ modified from what is written to disk, then don't do anything."
|
|||
project-dir)))))
|
||||
(when (file-executable-p binary)
|
||||
(setcar command binary)))))
|
||||
(when (memq 'file command)
|
||||
(when (or (memq 'file command) (memq 'filepath command))
|
||||
(setq command (mapcar (lambda (arg)
|
||||
(if (memq arg '(file filepath))
|
||||
(prog1 buffer-file-name
|
||||
|
|
Loading…
Add table
Reference in a new issue