mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Restore missing parse function line argument
This commit is contained in:
parent
aca6c96c6e
commit
13197b6c9b
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ PARSER should be a function for parsing COMMAND's output line-by-line, to
|
|||
(doom-modeline-def-env elixir
|
||||
:hooks 'elixir-mode-hook
|
||||
:command (lambda () (list (or doom-modeline-env-elixir-executable "iex") "--version"))
|
||||
:parser (lambda () (cadr (split-string line))))
|
||||
:parser (lambda (line) (cadr (split-string line))))
|
||||
|
||||
;;;###autoload (autoload 'doom-modeline-env-setup-rust "doom-modeline-env")
|
||||
(doom-modeline-def-env rust
|
||||
|
|
Loading…
Reference in a new issue