Commit Graph

33 Commits

Author SHA1 Message Date
Case Duckworth d9e602e412 I told myself I'd have useful commit messages today
Apparently I lied.
2021-10-13 17:58:04 -05:00
Case Duckworth 1433a39160 totally unhelpful commit message
;)
2021-10-12 18:40:17 -05:00
Case Duckworth bfd024dd2b Change up the modeline
- Constant width for buffer name
- Re-think nyan-mode minimum window width
2021-10-11 18:09:13 -05:00
Case Duckworth c434a7623d Add nyan-mode
I forked it to improve it!
2021-10-06 16:28:26 -05:00
Case Duckworth 007be7aa3d Correct percentage display in modeline 2021-10-05 08:33:16 -05:00
Case Duckworth 437f92c71c Change modeline font 2021-10-01 19:07:33 -05:00
Case Duckworth 17b01d3eb5 Also show percentage of file in the modeline 2021-09-29 17:21:01 -05:00
Case Duckworth 556a5a3257 Configurate modeline 2021-09-28 16:22:53 -05:00
Case Duckworth e70d19dc6e Rot13 my email
taken from pkal.  Is this a good idea /now/, even though my email's already
been on there for ages? myeshhhhhhhh~~~~
2021-09-25 12:28:57 -05:00
Case Duckworth 4c9d8ea075 ~mehehheheh 2021-09-14 16:56:56 -05:00
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