summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* 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
|
* Provide for when wc-mode isn't bound yetCase Duckworth2021-08-13
|
* Undo earlier change with ERC message typesCase Duckworth2021-08-12
|
* Add acdw/copy-region-plainCase Duckworth2021-08-12
| | | | This is finally the thing I was looking for
* Only show wc mode-line in wc-modeCase Duckworth2021-08-12
|
* Correct simple-modeline--format for olivetti-mode, etc.Case Duckworth2021-08-12
|
* Remove commentCase Duckworth2021-08-12
|
* Don't warn on killing read-only textCase Duckworth2021-08-12
|
* Change my word-count stuff to use wc-modeCase Duckworth2021-08-12
| | | | More efficient (well, it doesn't block anyway)
* Break lambda out into functionCase Duckworth2021-08-12
| | | | .. and remove vuiet. oop
* Check that `consult-crm-map' is bound before assigning things to itCase Duckworth2021-08-12
|
* Add commentCase Duckworth2021-08-12
|
* Show JOIN/NICK/PART/QUIT, but not in modelineCase Duckworth2021-08-12
|
* Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-08-12
|\
| * Moving help back to C-h and F1 to consult-bufferCase Duckworth2021-08-11
| |
| * Prefix current candidate in Vertico with ":"Case Duckworth2021-08-11
| |
| * Add lots of orderless stuffCase Duckworth2021-08-11
| |
| * Remove bind for embark-dwimCase Duckworth2021-08-11
| |
| * Add vertico crm integrationCase Duckworth2021-08-11
| | | | | | | | I still don't know what crm is....
| * Use Orderless Regexp Compiler for consultCase Duckworth2021-08-11
| |
| * Use consult-rg BEFORE consult-git-grepCase Duckworth2021-08-11
| |
| * Change {capitalize,upcase,downcase}-word to {}-dwimCase Duckworth2021-08-11
| |
| * Recenter cursor on page after navigating pagesCase Duckworth2021-08-11
| |
| * Set up eshell prompt for outlineCase Duckworth2021-08-11
| |
| * Add acdw-compat.elCase Duckworth2021-08-11
| |
| * Enable `crux-reopen-as-root-mode'Case Duckworth2021-08-11
| |
| * Change fontCase Duckworth2021-08-11
| | | | | | | | | | I really should setup something based on what's /installed/, rather than system... or not... hm.