Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A couple o' changes | Case Duckworth | 2021-08-20 |
| | |||
* | 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 |
| |\ | |||
| * | | Update `acdw/copy-text-plain' | Case Duckworth | 2021-08-19 |
| | | | | | | | | | | | | Totally works great now :) | ||
| * | | 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 |
| |/ |/| | |||
* | | Add `sort-setq' | Case Duckworth | 2021-08-18 |
| | | |||
* | | Make M-x act like M-X on Emacs 28 | Case Duckworth | 2021-08-18 |
| | | |||
* | | Make erc-timestamp intangible | Case Duckworth | 2021-08-18 |
|/ | |||
* | Indicate the region that's been copy-plain'd | Case Duckworth | 2021-08-17 |
| | |||
* | 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 |
| | |||
* | Change work font to Inter | 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 |
| | | |||
* | | Correct drawer-ignoring logic in `acdw-org/count-words-stupidly' | Case Duckworth | 2021-08-16 |
|/ | | | | | | After finding the :END: of the drawer, the point is (I think) just at the end of :END:, meaning it won't catch the next drawer if there's another one. (forward-line) fixes that issue. | ||
* | 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 |
| | | |||
| * | Merge `acdw-org/count-words' and `acdw-org/count-words-stupidly' | Case Duckworth | 2021-08-14 |
| | | | | | | | | I kept the second name, because really, it is a stupid function. | ||
| * | 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 |
|/ | |||
* | Don't error on bad drawers | Case Duckworth | 2021-08-13 |
| | |||
* | Correct </> bug | Case Duckworth | 2021-08-13 |
| | |||
* | 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) |