Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow all forms in `safe-define' | Case Duckworth | 2021-08-31 |
| | |||
* | Make more ... compatible? with 27 ??? | Case Duckworth | 2021-08-30 |
| | |||
* | Add goto-addr-mode--turn-on to acdw-compat | Case Duckworth | 2021-08-30 |
| | |||
* | Rewrite acdw-compat to more easily copy-paste stuff | Case Duckworth | 2021-08-30 |
| | |||
* | Add `affe' | Case Duckworth | 2021-08-30 |
| | |||
* | Use global-goto-address-mode instead of individual hooks | Case Duckworth | 2021-08-30 |
| | |||
* | Ignore errors | Case Duckworth | 2021-08-28 |
| | |||
* | Change to circe | Case Duckworth | 2021-08-28 |
| | |||
* | Add ZNC stuff... | Case Duckworth | 2021-08-28 |
| | | | | *NOTE*: private.el has also been updated!!! | ||
* | Sort acdw-modeline.el | Case Duckworth | 2021-08-28 |
| | |||
* | Buttonize major mode in modeline | Case Duckworth | 2021-08-28 |
| | |||
* | Enable olivetti-mode in org-mode | Case Duckworth | 2021-08-27 |
| | |||
* | ERC Changes | Case Duckworth | 2021-08-27 |
| | |||
* | Fix function name typo | Case Duckworth | 2021-08-27 |
| | |||
* | Add bindings to widen org-buffer on next/previous heading | Case Duckworth | 2021-08-26 |
| | |||
* | Check for `erc-track-mode' in `acdw-modeline/erc' | Case Duckworth | 2021-08-26 |
| | |||
* | Add repeat maps to acdw-compat.el | Case Duckworth | 2021-08-25 |
| | |||
* | Make C-w work right in paredit-mode | Case Duckworth | 2021-08-25 |
| | |||
* | Add repeat-mode to acdw-compat | Case Duckworth | 2021-08-25 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-24 |
|\ | |||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-08-24 |
| |\ | |||
| * | | Setup `repeat-mode' real nice like | Case Duckworth | 2021-08-24 |
| | | | |||
* | | | Disable erc-track-mode when clocked in | Case Duckworth | 2021-08-24 |
| |/ |/| | |||
* | | IDK change stuff | Case Duckworth | 2021-08-23 |
|/ | | | | LOL | ||
* | Rewrite early-init.el | Case Duckworth | 2021-08-21 |
| | |||
* | Allow acdw/copy-region-as-plain in read-only buffers | Case Duckworth | 2021-08-20 |
| | |||
* | Follow user preference in `org-return-follows-link' | Case Duckworth | 2021-08-20 |
| | |||
* | Better handle prefix links in acdw/org-return-dwim | Case Duckworth | 2021-08-20 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-19 |
|\ | |||
| * | Add `sort-setq' | Case Duckworth | 2021-08-18 |
| | | |||
* | | Update `acdw/copy-text-plain' | Case Duckworth | 2021-08-19 |
|/ | | | | Totally works great now :) | ||
* | Indicate the region that's been copy-plain'd | Case Duckworth | 2021-08-17 |
| | |||
* | Break out functionality into other files | 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 `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. | ||
* | 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. | ||
* | 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 |
| | |||
* | Add acdw/copy-region-plain | Case Duckworth | 2021-08-12 |
| | | | | This is finally the thing I was looking for | ||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-12 |
|\ | |||
| * | Add acdw-compat.el | Case Duckworth | 2021-08-11 |
| | | |||
* | | Customize quit message | Case Duckworth | 2021-08-12 |
|/ | |||
* | Add docstrings | Case Duckworth | 2021-08-10 |
| | |||
* | Add acdw-modeline/position | Case Duckworth | 2021-08-10 |
| | |||
* | Add region-active indicator to word-count modeline | Case Duckworth | 2021-08-10 |
| | |||
* | Show narrowed status in mode-line | Case Duckworth | 2021-08-07 |
| | |||
* | Add space to word-count modeline | Case Duckworth | 2021-08-07 |
| | | | | Honestly I should make the format a customizable variable. | ||
* | Turn off ERC modeline when clocked in | Case Duckworth | 2021-08-07 |
| | | | | Less distracting. |