From 2ff2ab757cc1955f4284d18ed941cfc2f1083b25 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Thu, 23 Aug 2018 11:28:01 +0800 Subject: [PATCH] Update comments. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index ce6e00f..2a7d908 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -1124,7 +1124,7 @@ See `mode-line-percent-position'.") (add-hook 'org-src-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 (lambda () (when (and (executable-find doom-modeline-python-executable) (executable-find "cut") (executable-find "sed"))