Commit Graph

1488 Commits

Author SHA1 Message Date
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
Case Duckworth
dc1284c5ba Only show wc mode-line in wc-mode 2021-08-12 21:05:48 -05:00
Case Duckworth
8d204e6bd7 Correct simple-modeline--format for olivetti-mode, etc. 2021-08-12 21:05:29 -05:00
Case Duckworth
1e3fdfdb5d Remove comment 2021-08-12 21:05:20 -05:00
Case Duckworth
bcc40b35fd Don't warn on killing read-only text 2021-08-12 21:04:15 -05:00
Case Duckworth
acf8229674 Change my word-count stuff to use wc-mode
More efficient (well, it doesn't block anyway)
2021-08-12 14:22:52 -05:00
Case Duckworth
90ea0355f7 Break lambda out into function
.. and remove vuiet.  oop
2021-08-12 14:22:26 -05:00
Case Duckworth
166a47f458 Check that `consult-crm-map' is bound before assigning things to it 2021-08-12 14:21:05 -05:00
Case Duckworth
0d8f9d5cd6 Add comment 2021-08-12 14:20:48 -05:00
Case Duckworth
c9521dca1b Show JOIN/NICK/PART/QUIT, but not in modeline 2021-08-12 14:20:24 -05:00
Case Duckworth
a95f811af0 Merge branch 'main' of tildegit.org:acdw/emacs 2021-08-12 08:44:17 -05:00
Case Duckworth
1d869e5329 Customize quit message 2021-08-12 08:42:12 -05:00
Case Duckworth
1d364a9011 Moving help back to C-h and F1 to consult-buffer 2021-08-11 22:52:34 -05:00
Case Duckworth
79eb4dce2b Prefix current candidate in Vertico with ":" 2021-08-11 22:06:57 -05:00
Case Duckworth
eb46c6a277 Add lots of orderless stuff 2021-08-11 22:06:46 -05:00
Case Duckworth
a6793e3e53 Remove bind for embark-dwim 2021-08-11 22:06:26 -05:00