Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add nyan-mode | Case Duckworth | 2021-10-06 |
| | | | | I forked it to improve it! | ||
* | Correct percentage display in modeline | Case Duckworth | 2021-10-05 |
| | |||
* | Change modeline font | Case Duckworth | 2021-10-01 |
| | |||
* | Also show percentage of file in the modeline | Case Duckworth | 2021-09-29 |
| | |||
* | Configurate modeline | Case Duckworth | 2021-09-28 |
| | |||
* | Rot13 my email | Case Duckworth | 2021-09-25 |
| | | | | | taken from pkal. Is this a good idea /now/, even though my email's already been on there for ages? myeshhhhhhhh~~~~ | ||
* | ~mehehheheh | Case Duckworth | 2021-09-14 |
| | |||
* | Big refactor | Case Duckworth | 2021-09-03 |
| | |||
* | Change modified indicator in special modes | Case Duckworth | 2021-09-02 |
| | |||
* | Change to circe | Case Duckworth | 2021-08-28 |
| | |||
* | Sort acdw-modeline.el | Case Duckworth | 2021-08-28 |
| | |||
* | Buttonize major mode in modeline | Case Duckworth | 2021-08-28 |
| | |||
* | Check for `erc-track-mode' in `acdw-modeline/erc' | Case Duckworth | 2021-08-26 |
| | |||
* | Disable erc-track-mode when clocked in | Case Duckworth | 2021-08-24 |
| | |||
* | Add docstrings | Case Duckworth | 2021-08-10 |
| | |||
* | Add acdw-modeline/position | Case Duckworth | 2021-08-10 |
| | |||
* | Add region-active indicator to word-count modeline | Case Duckworth | 2021-08-10 |
| | |||
* | Show narrowed status in mode-line | Case Duckworth | 2021-08-07 |
| | |||
* | Add space to word-count modeline | Case Duckworth | 2021-08-07 |
| | | | | Honestly I should make the format a customizable variable. | ||
* | Turn off ERC modeline when clocked in | Case Duckworth | 2021-08-07 |
| | | | | Less distracting. | ||
* | Further customize ERC | Case Duckworth | 2021-05-24 |
| | | | | I also added acdw-erc.el. | ||
* | Configure ERC | Case Duckworth | 2021-05-22 |
| | | | | I'm not sure how much I'm going to use it, but it's done now. | ||
* | Rewrite acdw-modeline/word-count to show region counts | Case Duckworth | 2021-05-19 |
| | |||
* | Add `winum' | Case Duckworth | 2021-05-03 |
| | | | | | 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]. | ||
* | Add the text scale to the modeline | Case Duckworth | 2021-04-30 |
| | |||
* | Massively refactor | Case Duckworth | 2021-04-29 |
| | | | | | | | | | | | | | | - 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! | ||
* | Fix arrayp bug in `acdw-modeline/vc-branch' | Case Duckworth | 2021-03-30 |
| | |||
* | Add god-mode indicator to modeline | Case Duckworth | 2021-03-25 |
| | | | | ... and whitespace... | ||
* | Remove empty comment lines in headers | Case Duckworth | 2021-03-16 |
| | |||
* | Further configure the mode line | Case Duckworth | 2021-03-14 |
I've broken out extra functions into `acdw-modeline', so they don't clutter up the init.el too much. |