Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |