diff options
author | Case Duckworth | 2021-09-01 18:14:00 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-01 18:14:00 -0500 |
commit | 59d7b1fd3832b2926b4e50f2b88d051d63aee802 (patch) | |
tree | 0879932d8c04a8180c580e3eadacb78ff2fa98b1 | |
parent | Rebind open-line back to C-o (diff) | |
download | emacs-59d7b1fd3832b2926b4e50f2b88d051d63aee802.tar.gz emacs-59d7b1fd3832b2926b4e50f2b88d051d63aee802.zip |
Replace acdw-modeline/erc with acdw-modeline/track
-rw-r--r-- | init.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/init.el b/init.el index 9480991..2f75692 100644 --- a/init.el +++ b/init.el | |||
@@ -1809,16 +1809,17 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1809 | (setup (:straight minions)) | 1809 | (setup (:straight minions)) |
1810 | (require 'acdw-modeline) | 1810 | (require 'acdw-modeline) |
1811 | (:option | 1811 | (:option |
1812 | simple-modeline-segments '((acdw-modeline/modified | 1812 | simple-modeline-segments '(;; left |
1813 | (acdw-modeline/modified | ||
1813 | acdw-modeline/buffer-name | 1814 | acdw-modeline/buffer-name |
1814 | acdw-modeline/vc-branch | 1815 | acdw-modeline/vc-branch |
1815 | acdw-modeline/position) | 1816 | acdw-modeline/position) |
1817 | ;; right | ||
1816 | (simple-modeline-segment-misc-info | 1818 | (simple-modeline-segment-misc-info |
1817 | acdw-modeline/erc | 1819 | acdw-modeline/track |
1818 | acdw-modeline/wc | 1820 | acdw-modeline/wc |
1819 | acdw-modeline/text-scale | 1821 | acdw-modeline/text-scale |
1820 | simple-modeline-segment-process | 1822 | simple-modeline-segment-process |
1821 | acdw-modeline/track | ||
1822 | acdw-modeline/god-mode-indicator | 1823 | acdw-modeline/god-mode-indicator |
1823 | acdw-modeline/winum | 1824 | acdw-modeline/winum |
1824 | acdw-modeline/minions | 1825 | acdw-modeline/minions |