Commit Graph

23 Commits

Author SHA1 Message Date
Case Duckworth 9b1789697d Big refactor 2021-09-03 21:49:48 -05:00
Case Duckworth 7fd88a804b Change modified indicator in special modes 2021-09-02 23:51:52 -05:00
Case Duckworth 782cc6e31b Change to circe 2021-08-28 23:09:00 -05:00
Case Duckworth 5431862827 Sort acdw-modeline.el 2021-08-28 00:25:26 -05:00
Case Duckworth 47df2733de Buttonize major mode in modeline 2021-08-28 00:23:56 -05:00
Case Duckworth b8a7f1e367 Check for `erc-track-mode' in `acdw-modeline/erc' 2021-08-26 16:04:40 -05:00
Case Duckworth 8c3cbdd262 Disable erc-track-mode when clocked in 2021-08-24 20:19:09 -05:00
Case Duckworth efd14ea6b1 Add docstrings 2021-08-10 14:47:33 -05:00
Case Duckworth 3a100209da Add acdw-modeline/position 2021-08-10 14:47:00 -05:00
Case Duckworth ce1445355b Add region-active indicator to word-count modeline 2021-08-10 08:30:49 -05:00
Case Duckworth e2f167fbc5 Show narrowed status in mode-line 2021-08-07 16:59:56 -05:00
Case Duckworth 3c7f865035 Add space to word-count modeline
Honestly I should make the format a customizable variable.
2021-08-07 15:08:53 -05:00
Case Duckworth fbf1082174 Turn off ERC modeline when clocked in
Less distracting.
2021-08-07 15:08:29 -05:00
Case Duckworth 1a20d6329e Further customize ERC
I also added acdw-erc.el.
2021-05-24 17:08:32 -05:00
Case Duckworth 466fa4e93e Configure ERC
I'm not sure how much I'm going to use it, but it's done now.
2021-05-22 16:41:10 -05:00
Case Duckworth 66d0e6999c Rewrite acdw-modeline/word-count to show region counts 2021-05-19 15:28:58 -05:00
Case Duckworth ddda04e26f Add `winum'
I only rebind winum-select-window-* in graphical buffers because that's
apparently the only place where C-[n] is the same as M-[n].
2021-05-03 15:14:23 -05:00
Case Duckworth dfab28d79f Add the text scale to the modeline 2021-04-30 12:49:58 -05:00
Case Duckworth 407771183e Massively refactor
- Redefine as much as possible as `setup' forms
- Reorganize into "Setup", "Basics", and "Packages" sections
- Within each section, alphabetize sexps
- Also (mostly) alphabetize acdw- files
- (Not the ones that are almost completely others' code)
- Sidebar: Why is this not a thing in elisp!?  Should write a function
- Break karthink's thing into another library `acdw-re'
- Add a function to `acdw': `acdw/find-emacs-source'
- Should refactor that to better find the source

I think everything looks much more better now!
2021-04-29 12:29:03 -05:00
Case Duckworth 82dcdbb459 Fix arrayp bug in `acdw-modeline/vc-branch' 2021-03-30 11:58:37 -05:00
Case Duckworth 07876efe87 Add god-mode indicator to modeline
... and whitespace...
2021-03-25 12:21:37 -05:00
Case Duckworth fe1706e7d9 Remove empty comment lines in headers 2021-03-16 11:16:21 -05:00
Case Duckworth 4283ccdd2c Further configure the mode line
I've broken out extra functions into `acdw-modeline', so they don't clutter up
the init.el too much.
2021-03-14 23:48:40 -05:00