Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Provide for when wc-mode isn't bound yet | Case Duckworth | 2021-08-13 |
| | |||
* | Undo earlier change with ERC message types | Case Duckworth | 2021-08-12 |
| | |||
* | Add acdw/copy-region-plain | Case Duckworth | 2021-08-12 |
| | | | | This is finally the thing I was looking for | ||
* | Only show wc mode-line in wc-mode | Case Duckworth | 2021-08-12 |
| | |||
* | Correct simple-modeline--format for olivetti-mode, etc. | Case Duckworth | 2021-08-12 |
| | |||
* | Remove comment | Case Duckworth | 2021-08-12 |
| | |||
* | Don't warn on killing read-only text | Case Duckworth | 2021-08-12 |
| | |||
* | Change my word-count stuff to use wc-mode | Case Duckworth | 2021-08-12 |
| | | | | More efficient (well, it doesn't block anyway) | ||
* | Break lambda out into function | Case Duckworth | 2021-08-12 |
| | | | | .. and remove vuiet. oop | ||
* | Check that `consult-crm-map' is bound before assigning things to it | Case Duckworth | 2021-08-12 |
| | |||
* | Add comment | Case Duckworth | 2021-08-12 |
| | |||
* | Show JOIN/NICK/PART/QUIT, but not in modeline | Case Duckworth | 2021-08-12 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-12 |
|\ | |||
| * | Moving help back to C-h and F1 to consult-buffer | Case Duckworth | 2021-08-11 |
| | | |||
| * | Prefix current candidate in Vertico with ":" | Case Duckworth | 2021-08-11 |
| | | |||
| * | Add lots of orderless stuff | Case Duckworth | 2021-08-11 |
| | | |||
| * | Remove bind for embark-dwim | Case Duckworth | 2021-08-11 |
| | | |||
| * | Add vertico crm integration | Case Duckworth | 2021-08-11 |
| | | | | | | | | I still don't know what crm is.... | ||
| * | Use Orderless Regexp Compiler for consult | Case Duckworth | 2021-08-11 |
| | | |||
| * | Use consult-rg BEFORE consult-git-grep | Case Duckworth | 2021-08-11 |
| | | |||
| * | Change {capitalize,upcase,downcase}-word to {}-dwim | Case Duckworth | 2021-08-11 |
| | | |||
| * | Recenter cursor on page after navigating pages | Case Duckworth | 2021-08-11 |
| | | |||
| * | Set up eshell prompt for outline | Case Duckworth | 2021-08-11 |
| | | |||
| * | Add acdw-compat.el | Case Duckworth | 2021-08-11 |
| | | |||
| * | Enable `crux-reopen-as-root-mode' | Case Duckworth | 2021-08-11 |
| | | |||
* | | Customize quit message | Case Duckworth | 2021-08-12 |
|/ | |||
* | Enhance `customize' buffer for browsing | Case Duckworth | 2021-08-10 |
| | | | | | | | I rarely use `customize' to actually set any options, preferring the programmatic `setup' macro. However, I often use `customize' to browse through my options for different packages. This setup removes the buttons and shows all hidden elements so I can more easily scroll through the `customize' buffer. | ||
* | Customize 'customize' | Case Duckworth | 2021-08-10 |
| | | | | ... somewhat. still needs work. | ||
* | Comment out org-tag code | Case Duckworth | 2021-08-10 |
| | | | | It isn't working for me right now. | ||
* | Add acdw-modeline/position | Case Duckworth | 2021-08-10 |
| | |||
* | Change acdw/system call to executable-find | Case Duckworth | 2021-08-10 |
| | | | | It's better this way. | ||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-10 |
|\ | |||
| * | Whitespace | Case Duckworth | 2021-08-09 |
| | | |||
| * | Ad which-key config to embark | Case Duckworth | 2021-08-09 |
| | | |||
| * | Further configure embark | Case Duckworth | 2021-08-09 |
| | | |||
| * | Add embark | Case Duckworth | 2021-08-09 |
| | | | | | | | | Remove imenu-anywhere -- I didn't know I had it installed! | ||
| * | Add vertico extensions | Case Duckworth | 2021-08-09 |
| | | |||
| * | Configure minibuffer | Case Duckworth | 2021-08-09 |
| | | |||
| * | Configure completion framework | Case Duckworth | 2021-08-09 |
| | | |||
* | | Add BadRadio | Case Duckworth | 2021-08-10 |
| | | |||
* | | Change 0x0 repo | Case Duckworth | 2021-08-10 |
|/ | |||
* | Add guard to erc-hl-nicks | Case Duckworth | 2021-08-08 |
| | |||
* | Add `eshell-buffer-name` | Case Duckworth | 2021-08-08 |
| | |||
* | Show narrowed status in mode-line | Case Duckworth | 2021-08-07 |
| | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-08-07 |
|\ | |||
| * | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-07 |
| |\ | |||
| * | | Change acdw-modeline requirement location | Case Duckworth | 2021-08-07 |
| | | | |||
| * | | Add `acdw-org/count-words-stupidly' | Case Duckworth | 2021-08-07 |
| | | | | | | | | | | | | | | | To count words in an Org-mode buffer, disregarding headings and drawers completely. | ||
| * | | Truncate less of ERC nick | Case Duckworth | 2021-08-07 |
| | | | |||
| * | | Add twitter.com URL handling | Case Duckworth | 2021-08-07 |
| | | | | | | | | | | | | | | | TODO: This could be smarter, e.g. not going to nitter if twitter.com/t.co is part of the URL query. |