diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/init.el b/init.el index 880986a..d226d77 100644 --- a/init.el +++ b/init.el | |||
@@ -1211,9 +1211,8 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1211 | 1211 | ||
1212 | (setup (:straight simple-modeline) | 1212 | (setup (:straight simple-modeline) |
1213 | (setup (:straight minions)) | 1213 | (setup (:straight minions)) |
1214 | (require 'acdw-modeline) | ||
1214 | (:option | 1215 | (:option |
1215 | ;; `acdw-org/count-words' is too slow to use in the modeline. | ||
1216 | ;; (prepend acdw-modeline/word-count-modes) '(org-mode . acdw-org/count-words) | ||
1217 | simple-modeline-segments '((acdw-modeline/modified | 1216 | simple-modeline-segments '((acdw-modeline/modified |
1218 | acdw-modeline/buffer-name | 1217 | acdw-modeline/buffer-name |
1219 | acdw-modeline/vc-branch | 1218 | acdw-modeline/vc-branch |
@@ -1227,8 +1226,6 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1227 | acdw-modeline/winum | 1226 | acdw-modeline/winum |
1228 | acdw-modeline/minions | 1227 | acdw-modeline/minions |
1229 | simple-modeline-segment-major-mode))) | 1228 | simple-modeline-segment-major-mode))) |
1230 | |||
1231 | (require 'acdw-modeline) | ||
1232 | (simple-modeline-mode +1)) | 1229 | (simple-modeline-mode +1)) |
1233 | 1230 | ||
1234 | (setup (:straight sly) | 1231 | (setup (:straight sly) |