summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Require 'acdw-frameCase Duckworth2021-08-22
|
* Comment out form-feedCase Duckworth2021-08-21
|
* Rewrite early-init.elCase Duckworth2021-08-21
|
* Allow acdw/copy-region-as-plain in read-only buffersCase Duckworth2021-08-20
|
* Follow user preference in `org-return-follows-link'Case Duckworth2021-08-20
|
* Better handle prefix links in acdw/org-return-dwimCase Duckworth2021-08-20
|
* Change page-handling logicCase Duckworth2021-08-20
| | | | | | | See the following urls: http://endlessparentheses.com/improving-page-navigation.html https://ericjmritz.wordpress.com/2015/08/29/using-page-breaks-in-gnu-emacs/
* Fix typosCase Duckworth2021-08-20
|
* A couple o' changesCase Duckworth2021-08-20
|
* Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-08-19
|\
| * Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-08-19
| |\
| * | Update `acdw/copy-text-plain'Case Duckworth2021-08-19
| | | | | | | | | | | | Totally works great now :)
| * | Make helpful-buffer work more sanelyCase Duckworth2021-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 nameCase Duckworth2021-08-19
| | |
| * | Totally comment out all flyspell stuffCase Duckworth2021-08-19
| | | | | | | | | | | | SOO ANNOOYYINNNGG
* | | Auto revert non-file buffersCase Duckworth2021-08-19
| | |
* | | Add newlines when visiting and saving buffersCase Duckworth2021-08-19
| |/ |/|
* | Add `sort-setq'Case Duckworth2021-08-18
| |
* | Make M-x act like M-X on Emacs 28Case Duckworth2021-08-18
| |
* | Make erc-timestamp intangibleCase Duckworth2021-08-18
|/
* Indicate the region that's been copy-plain'dCase Duckworth2021-08-17
|
* Re-enable limit on word countCase Duckworth2021-08-17
|
* Reconfigure flyspellCase Duckworth2021-08-17
|
* Finesse `text-mode-hook' vis-a-vis `typo-mode'Case Duckworth2021-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 Duckworth2021-08-17
|
* Break out functionality into other filesCase Duckworth2021-08-16
|
* Change work font to InterCase Duckworth2021-08-16
|
* Hid fill-column-indicator in ‘variable-pitch-mode’Case Duckworth2021-08-16
|
* Add ‘typo’Case Duckworth2021-08-16
| | | | See my fancy quotes??
* Un-interactify ‘flyspell-start’Case Duckworth2021-08-16
|
* Move ‘org-mode@wc-stupid’ and try to make it smartererCase Duckworth2021-08-16
|
* Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-08-16
|\
| * Add `acdw/set-mark-or-expand-region' function and bindingCase Duckworth2021-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 2Case Duckworth2021-08-16
| |
* | Correct drawer-ignoring logic in `acdw-org/count-words-stupidly'Case Duckworth2021-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/emacsCase Duckworth2021-08-15
|\
| * Um-lambdafy a variableCase Duckworth2021-08-15
| |
| * Move erc-hide-list to erc-track-exclude-typesCase Duckworth2021-08-15
| |
| * Change straight repoCase Duckworth2021-08-15
| |
| * Merge `acdw-org/count-words' and `acdw-org/count-words-stupidly'Case Duckworth2021-08-14
| | | | | | | | I kept the second name, because really, it is a stupid function.
| * Require `request' with `mastodon'Case Duckworth2021-08-14
| |
| * Remove commentsCase Duckworth2021-08-14
| |
| * Implement `with-eval-after-loads' macroCase Duckworth2021-08-14
| |
| * Use `unfill' package and delete `kill-ring-save-unfilled'Case Duckworth2021-08-14
| | | | | | | | `acdw/copy-region-plain' takes care of what I want it to.
| * Remove <F1> for consult-bufferCase Duckworth2021-08-14
| |
| * Merge two functions doing basically the same thingCase Duckworth2021-08-14
| | | | | | | | for Custom buffers
* | Disconnect erc on kill-emacsCase Duckworth2021-08-15
|/
* Don't error on bad drawersCase Duckworth2021-08-13
|
* Correct </> bugCase Duckworth2021-08-13
|
* Edit `acdw-org/count-words-stupidly' to be even MOAR stupiderCase Duckworth2021-08-13
|