summary refs log tree commit diff stats
path: root/lisp/acdw-modeline.el
Commit message (Collapse)AuthorAge
* I DECLARE BANKRUPTCY ... 8Case Duckworth2021-11-21
| | | | Didn't think to do this till pretty .. written, so here we are.
* I told myself I'd have useful commit messages todayCase Duckworth2021-10-13
| | | | Apparently I lied.
* totally unhelpful commit messageCase Duckworth2021-10-12
| | | | ;)
* Change up the modelineCase Duckworth2021-10-11
| | | | | - Constant width for buffer name - Re-think nyan-mode minimum window width
* Add nyan-modeCase Duckworth2021-10-06
| | | | I forked it to improve it!
* Correct percentage display in modelineCase Duckworth2021-10-05
|
* Change modeline fontCase Duckworth2021-10-01
|
* Also show percentage of file in the modelineCase Duckworth2021-09-29
|
* Configurate modelineCase Duckworth2021-09-28
|
* Rot13 my emailCase Duckworth2021-09-25
| | | | | taken from pkal. Is this a good idea /now/, even though my email's already been on there for ages? myeshhhhhhhh~~~~
* ~mehehhehehCase Duckworth2021-09-14
|
* Big refactorCase Duckworth2021-09-03
|
* Change modified indicator in special modesCase Duckworth2021-09-02
|
* Change to circeCase Duckworth2021-08-28
|
* Sort acdw-modeline.elCase Duckworth2021-08-28
|
* Buttonize major mode in modelineCase Duckworth2021-08-28
|
* Check for `erc-track-mode' in `acdw-modeline/erc'Case Duckworth2021-08-26
|
* Disable erc-track-mode when clocked inCase Duckworth2021-08-24
|
* Add docstringsCase Duckworth2021-08-10
|
* Add acdw-modeline/positionCase Duckworth2021-08-10
|
* Add region-active indicator to word-count modelineCase Duckworth2021-08-10
|
* Show narrowed status in mode-lineCase Duckworth2021-08-07
|
* Add space to word-count modelineCase Duckworth2021-08-07
| | | | Honestly I should make the format a customizable variable.
* Turn off ERC modeline when clocked inCase Duckworth2021-08-07
| | | | Less distracting.
* Further customize ERCCase Duckworth2021-05-24
| | | | I also added acdw-erc.el.
* Configure ERCCase Duckworth2021-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 countsCase Duckworth2021-05-19
|
* Add `winum'Case Duckworth2021-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 modelineCase Duckworth2021-04-30
|
* Massively refactorCase Duckworth2021-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 Duckworth2021-03-30
|
* Add god-mode indicator to modelineCase Duckworth2021-03-25
| | | | ... and whitespace...
* Remove empty comment lines in headersCase Duckworth2021-03-16
|
* Further configure the mode lineCase Duckworth2021-03-14
I've broken out extra functions into `acdw-modeline', so they don't clutter up the init.el too much.