mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-30 11:09:55 +00:00
Update comments.
This commit is contained in:
parent
8ffa338004
commit
2ff2ab757c
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ See `mode-line-percent-position'.")
|
||||||
(add-hook 'org-src-mode-hook #'doom-modeline-set-special-modeline)
|
(add-hook 'org-src-mode-hook #'doom-modeline-set-special-modeline)
|
||||||
(add-hook 'circe-mode-hook #'doom-modeline-set-special-modeline)
|
(add-hook 'circe-mode-hook #'doom-modeline-set-special-modeline)
|
||||||
|
|
||||||
;; Versions, support Python, Ruby and Golang
|
;; Versions, support Python, Ruby, Perl and Golang, etc.
|
||||||
(add-hook 'python-mode-hook
|
(add-hook 'python-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(when (and (executable-find doom-modeline-python-executable) (executable-find "cut") (executable-find "sed"))
|
(when (and (executable-find doom-modeline-python-executable) (executable-find "cut") (executable-find "sed"))
|
||||||
|
|
Loading…
Reference in a new issue