Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-08-19 | |
|\ | ||||
| * | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-19 | |
| |\ | ||||
| * | | Make helpful-buffer work more sanely | Case Duckworth | 2021-08-19 | |
| | | | | | | | | | | | | | | | Ideally, I'd have something like "bury-buffer" and "kill-window" or ... whatever. But this isn't so bad, really. | |||
| * | | Update 0x0-default-host to new variable name | Case Duckworth | 2021-08-19 | |
| | | | ||||
| * | | Totally comment out all flyspell stuff | Case Duckworth | 2021-08-19 | |
| | | | | | | | | | | | | SOO ANNOOYYINNNGG | |||
* | | | Auto revert non-file buffers | Case Duckworth | 2021-08-19 | |
| | | | ||||
* | | | Add newlines when visiting and saving buffers | Case Duckworth | 2021-08-19 | |
| |/ |/| | ||||
* | | Make M-x act like M-X on Emacs 28 | Case Duckworth | 2021-08-18 | |
| | | ||||
* | | Make erc-timestamp intangible | Case Duckworth | 2021-08-18 | |
|/ | ||||
* | Re-enable limit on word count | Case Duckworth | 2021-08-17 | |
| | ||||
* | Reconfigure flyspell | Case Duckworth | 2021-08-17 | |
| | ||||
* | Finesse `text-mode-hook' vis-a-vis `typo-mode' | Case Duckworth | 2021-08-17 | |
| | | | | | Add a predicate to check whether to enable `text-mode' in a given buffer. E.g., don't enable `text-mode' in COMMIT_EDITMSG buffers. | |||
* | Comment word-count limit in `acdw-org/count-words-stupidly' | Case Duckworth | 2021-08-17 | |
| | ||||
* | Break out functionality into other files | Case Duckworth | 2021-08-16 | |
| | ||||
* | Hid fill-column-indicator in ‘variable-pitch-mode’ | Case Duckworth | 2021-08-16 | |
| | ||||
* | Add ‘typo’ | Case Duckworth | 2021-08-16 | |
| | | | | See my fancy quotes?? | |||
* | Un-interactify ‘flyspell-start’ | Case Duckworth | 2021-08-16 | |
| | ||||
* | Move ‘org-mode@wc-stupid’ and try to make it smarterer | Case Duckworth | 2021-08-16 | |
| | ||||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-16 | |
|\ | ||||
| * | Add `acdw/set-mark-or-expand-region' function and binding | Case Duckworth | 2021-08-15 | |
| | | | | | | | | | | A combination of `set-mark-command' and `er/expand-region' that is pretty useful IMO. I'm going to keep testing it and see if it's a-ok to keep using. | |||
* | | Change wc-idle-wait to 2 | Case Duckworth | 2021-08-16 | |
|/ | ||||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-15 | |
|\ | ||||
| * | Um-lambdafy a variable | Case Duckworth | 2021-08-15 | |
| | | ||||
| * | Move erc-hide-list to erc-track-exclude-types | Case Duckworth | 2021-08-15 | |
| | | ||||
| * | Change straight repo | Case Duckworth | 2021-08-15 | |
| | | ||||
| * | Require `request' with `mastodon' | Case Duckworth | 2021-08-14 | |
| | | ||||
| * | Remove comments | Case Duckworth | 2021-08-14 | |
| | | ||||
| * | Implement `with-eval-after-loads' macro | Case Duckworth | 2021-08-14 | |
| | | ||||
| * | Use `unfill' package and delete `kill-ring-save-unfilled' | Case Duckworth | 2021-08-14 | |
| | | | | | | | | `acdw/copy-region-plain' takes care of what I want it to. | |||
| * | Remove <F1> for consult-buffer | Case Duckworth | 2021-08-14 | |
| | | ||||
| * | Merge two functions doing basically the same thing | Case Duckworth | 2021-08-14 | |
| | | | | | | | | for Custom buffers | |||
* | | Disconnect erc on kill-emacs | Case Duckworth | 2021-08-15 | |
|/ | ||||
* | Edit `acdw-org/count-words-stupidly' to be even MOAR stupider | Case Duckworth | 2021-08-13 | |
| | ||||
* | 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 | |
| | |