Commit Graph

1353 Commits

Author SHA1 Message Date
Case Duckworth e423eeca3e Allow acdw/copy-region-as-plain in read-only buffers 2021-08-20 17:28:29 -05:00
Case Duckworth ca44456488 Follow user preference in `org-return-follows-link' 2021-08-20 17:28:09 -05:00
Case Duckworth 7da76d7fd1 Better handle prefix links in acdw/org-return-dwim 2021-08-20 17:27:54 -05:00
Case Duckworth 1427e3102c Change page-handling logic
See the following urls:

http://endlessparentheses.com/improving-page-navigation.html
https://ericjmritz.wordpress.com/2015/08/29/using-page-breaks-in-gnu-emacs/
2021-08-20 17:27:12 -05:00
Case Duckworth ac88462e2f Fix typos 2021-08-20 08:29:40 -05:00
Case Duckworth 71d22a41db A couple o' changes 2021-08-20 07:57:35 -05:00
Case Duckworth 6aa1d6b3c2 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-08-19 18:16:21 -05:00
Case Duckworth 770e55d550 Auto revert non-file buffers 2021-08-19 18:15:37 -05:00
Case Duckworth e48a9d0daa Add newlines when visiting and saving buffers 2021-08-19 18:15:22 -05:00
Case Duckworth 3a055f33e8 Merge branch 'main' of tildegit.org:acdw/emacs 2021-08-19 17:30:34 -05:00
Case Duckworth f7ff46cecc Update `acdw/copy-text-plain'
Totally works great now :)
2021-08-19 17:30:07 -05:00
Case Duckworth 8ac650fa1c Make helpful-buffer work more sanely
Ideally, I'd have something like "bury-buffer" and "kill-window" or
... whatever.  But this isn't so bad, really.
2021-08-19 17:29:22 -05:00
Case Duckworth 0f905f1645 Update 0x0-default-host to new variable name 2021-08-19 17:29:06 -05:00
Case Duckworth c07283b30d Totally comment out all flyspell stuff
SOO ANNOOYYINNNGG
2021-08-19 17:28:50 -05:00
Case Duckworth ebf0144bfd Add `sort-setq' 2021-08-18 18:22:23 -05:00
Case Duckworth db17cf4d91 Make M-x act like M-X on Emacs 28 2021-08-18 18:21:31 -05:00
Case Duckworth 606e580bd7 Make erc-timestamp intangible 2021-08-18 18:21:22 -05:00
Case Duckworth b8442da0be Indicate the region that's been copy-plain'd 2021-08-17 17:27:20 -05:00
Case Duckworth ab152ff6b2 Re-enable limit on word count 2021-08-17 17:26:53 -05:00
Case Duckworth 559e65a2f6 Reconfigure flyspell 2021-08-17 17:26:45 -05:00
Case Duckworth 24255d15e2 Finesse `text-mode-hook' vis-a-vis `typo-mode'
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.
2021-08-17 08:47:57 -05:00
Case Duckworth 52b48c8d13 Comment word-count limit in `acdw-org/count-words-stupidly' 2021-08-17 08:47:27 -05:00
Case Duckworth a6fd6508c9 Break out functionality into other files 2021-08-16 22:48:29 -05:00
Case Duckworth 524b5fc117 Change work font to Inter 2021-08-16 17:11:22 -05:00
Case Duckworth 3609e1c2c9 Hid fill-column-indicator in ‘variable-pitch-mode’ 2021-08-16 17:10:58 -05:00
Case Duckworth f4c9181a9e Add ‘typo’
See my fancy quotes??
2021-08-16 17:10:39 -05:00
Case Duckworth d5ecda3de5 Un-interactify ‘flyspell-start’ 2021-08-16 17:10:21 -05:00
Case Duckworth 3eeed49d3d Move ‘org-mode@wc-stupid’ and try to make it smarterer 2021-08-16 17:09:35 -05:00
Case Duckworth e316ee7550 Merge branch 'main' of tildegit.org:acdw/emacs 2021-08-16 09:13:33 -05:00
Case Duckworth 5ea646b17a Change wc-idle-wait to 2 2021-08-16 09:13:14 -05:00
Case Duckworth cff44ea72b Correct drawer-ignoring logic in `acdw-org/count-words-stupidly'
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.
2021-08-16 09:12:06 -05:00
Case Duckworth 61e81d749f Add `acdw/set-mark-or-expand-region' function and binding
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.
2021-08-15 22:08:25 -05:00
Case Duckworth 48301bdcfe Merge branch 'main' of tildegit.org:acdw/emacs 2021-08-15 21:27:09 -05:00
Case Duckworth a6fc17f9ae Disconnect erc on kill-emacs 2021-08-15 21:26:39 -05:00
Case Duckworth c9bcd38f9c Um-lambdafy a variable 2021-08-15 21:10:48 -05:00
Case Duckworth 7dcb7e8ce0 Move erc-hide-list to erc-track-exclude-types 2021-08-15 21:10:32 -05:00
Case Duckworth c46149516f Change straight repo 2021-08-15 21:10:13 -05:00
Case Duckworth 7cc1e86114 Merge `acdw-org/count-words' and `acdw-org/count-words-stupidly'
I kept the second name, because really, it is a stupid function.
2021-08-14 18:00:12 -05:00
Case Duckworth 19462a9e3c Require `request' with `mastodon' 2021-08-14 18:00:02 -05:00
Case Duckworth 9c2fd2848f Remove comments 2021-08-14 17:21:39 -05:00
Case Duckworth 4b3ebd99a0 Implement `with-eval-after-loads' macro 2021-08-14 12:40:52 -05:00
Case Duckworth 8d8e56272e Use `unfill' package and delete `kill-ring-save-unfilled'
`acdw/copy-region-plain' takes care of what I want it to.
2021-08-14 12:39:31 -05:00
Case Duckworth f5e6987d8e Remove <F1> for consult-buffer 2021-08-14 12:38:45 -05:00
Case Duckworth 3fcbf3a238 Merge two functions doing basically the same thing
for Custom buffers
2021-08-14 12:38:30 -05:00
Case Duckworth 3794b3716b Don't error on bad drawers 2021-08-13 17:24:44 -05:00
Case Duckworth 1d57a818c2 Correct </> bug 2021-08-13 17:22:37 -05:00
Case Duckworth a3601ca1d8 Edit `acdw-org/count-words-stupidly' to be even MOAR stupider 2021-08-13 17:06:36 -05:00
Case Duckworth 8a9cfd8b41 Provide for when wc-mode isn't bound yet 2021-08-13 08:29:16 -05:00
Case Duckworth 381d3402ab Undo earlier change with ERC message types 2021-08-12 21:15:21 -05:00
Case Duckworth fe2f9241d2 Add acdw/copy-region-plain
This is finally the thing I was looking for
2021-08-12 21:07:47 -05:00