mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Fix spelling error in buffer name (#32)
This commit is contained in:
parent
66777303dc
commit
1e95db3f81
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ provided that its exit status is 0."
|
|||
(progn
|
||||
(setq apheleia--current-process
|
||||
(make-process
|
||||
:name (format "aphelieia-%s" name)
|
||||
:name (format "apheleia-%s" name)
|
||||
:buffer stdout
|
||||
:stderr stderr
|
||||
:command command
|
||||
|
|
Loading…
Add table
Reference in a new issue