Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Big refactor | Case Duckworth | 2021-09-03 | |
| | ||||
* | Further improve IRC experience | Case Duckworth | 2021-09-03 | |
| | | | | | | - Add SLAP command - Kill buffer on PART - Turns out, circe formatting variables can be functions! Thank the gods :D | |||
* | Add `clone-buffer-write-file' and sort | Case Duckworth | 2021-09-03 | |
| | ||||
* | Refactor `safely' | Case Duckworth | 2021-09-03 | |
| | | | | I'm still not sure if this is like, at all necessary... | |||
* | Change modified indicator in special modes | Case Duckworth | 2021-09-02 | |
| | ||||
* | Change to acdw/make-password-fetcher | Case Duckworth | 2021-09-02 | |
| | ||||
* | Enable iscroll-mode always | Case Duckworth | 2021-09-02 | |
| | ||||
* | Add functions and shit | Case Duckworth | 2021-09-02 | |
| | ||||
* | Refactor Circe config | Case Duckworth | 2021-09-02 | |
| | ||||
* | Change warn to message | Case Duckworth | 2021-09-01 | |
| | ||||
* | Add acdw-org/work-month-headings | Case Duckworth | 2021-09-01 | |
| | ||||
* | Fix acdw/org-next-heading-widen | Case Duckworth | 2021-09-01 | |
| | ||||
* | Add acdw/fetch-password and circe network configuration | Case Duckworth | 2021-09-01 | |
| | ||||
* | Add titlecase | Case Duckworth | 2021-09-01 | |
| | ||||
* | Rename safe-define to safely | Case Duckworth | 2021-08-31 | |
| | ||||
* | 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. |