mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31: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)))))
|
project-dir)))))
|
||||||
(when (file-executable-p binary)
|
(when (file-executable-p binary)
|
||||||
(setcar command binary)))))
|
(setcar command binary)))))
|
||||||
(when (memq 'file command)
|
(when (or (memq 'file command) (memq 'filepath command))
|
||||||
(setq command (mapcar (lambda (arg)
|
(setq command (mapcar (lambda (arg)
|
||||||
(if (memq arg '(file filepath))
|
(if (memq arg '(file filepath))
|
||||||
(prog1 buffer-file-name
|
(prog1 buffer-file-name
|
||||||
|
|
Loading…
Add table
Reference in a new issue