Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add spongebob-case | Case Duckworth | 2021-10-05 | |
| | | | | Studlify is ... too complicated. | |||
* | Correct with-eval-after-loads | Case Duckworth | 2021-09-29 | |
| | | | | | From this reddit comment: https://old.reddit.com/r/emacs/comments/pxe9pr/need_help_writing_a_macro/hemygul/ | |||
* | Move sort-setups to acdw.el | Case Duckworth | 2021-09-29 | |
| | ||||
* | Rot13 my email | Case Duckworth | 2021-09-25 | |
| | | | | | taken from pkal. Is this a good idea /now/, even though my email's already been on there for ages? myeshhhhhhhh~~~~ | |||
* | blehhaheoi | Case Duckworth | 2021-09-23 | |
| | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-09-15 | |
|\ | ||||
| * | Add acdw/org-export-copy | Case Duckworth | 2021-09-15 | |
| | | | | | | | | Better'n `acdw/copy-region-plain' | |||
* | | Steal jao-buffer-same-mode | Case Duckworth | 2021-09-15 | |
| | | ||||
* | | Re-sort init.el | Case Duckworth | 2021-09-15 | |
|/ | ||||
* | ~mehehheheh | Case Duckworth | 2021-09-14 | |
| | ||||
* | Add fat-finger-exit | Case Duckworth | 2021-09-14 | |
| | ||||
* | Improve sort-setq | Case Duckworth | 2021-09-13 | |
| | ||||
* | Add 💩 | Case Duckworth | 2021-09-10 | |
| | ||||
* | Add suppress-messages | Case Duckworth | 2021-09-09 | |
| | ||||
* | blep | Case Duckworth | 2021-09-08 | |
| | ||||
* | Add goto-{last|first}-row | Case Duckworth | 2021-09-08 | |
| | ||||
* | Make acdw.el package-lint compliant | Case Duckworth | 2021-09-08 | |
| | | | | Really just to silence flymake... | |||
* | Change acdw/reading-mode to reading-mode | Case Duckworth | 2021-09-07 | |
| | ||||
* | Add other-window-or-switch-buffer-backward | Case Duckworth | 2021-09-06 | |
| | ||||
* | Add ';' as link-cmd map in acdw/reading-mode | Case Duckworth | 2021-09-04 | |
| | ||||
* | Sort init.el by package | Case Duckworth | 2021-09-04 | |
| | ||||
* | Add `clone-buffer-write-file' and sort | Case Duckworth | 2021-09-03 | |
| | ||||
* | 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 | |
| | ||||
* | Change warn to message | Case Duckworth | 2021-09-01 | |
| | ||||
* | Add acdw/fetch-password and circe network configuration | Case Duckworth | 2021-09-01 | |
| | ||||
* | Make C-w work right in paredit-mode | Case Duckworth | 2021-08-25 | |
| | ||||
* | Setup `repeat-mode' real nice like | Case Duckworth | 2021-08-24 | |
| | ||||
* | Allow acdw/copy-region-as-plain in read-only buffers | 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 | |
| | ||||
* | 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. | |||
* | Add acdw/copy-region-plain | Case Duckworth | 2021-08-12 | |
| | | | | This is finally the thing I was looking for | |||
* | Add twitter.com URL handling | Case Duckworth | 2021-08-07 | |
| | | | | | TODO: This could be smarter, e.g. not going to nitter if twitter.com/t.co is part of the URL query. | |||
* | Rewrite kill-ring-save-unfilled | Case Duckworth | 2021-07-31 | |
| | ||||
* | Move private.el | Case Duckworth | 2021-07-23 | |
| | ||||
* | Further configure org-mode | Case Duckworth | 2021-07-22 | |
| | | | | | Especially `kill-ring-save-unfilled', though it doesn't quite work in a really weird way. | |||
* | Write function to require private.el | Case Duckworth | 2021-06-06 | |
| | ||||
* | Add unfill-region | Case Duckworth | 2021-06-02 | |
| | | | | | | TODO: unfill-buffer, etc. Possibly a whole 'filler.el' ... | |||
* | Remove commented block | Case Duckworth | 2021-06-02 | |
| | ||||
* | Move things from init.el to acdw.el and acdw-eshell.el | Case Duckworth | 2021-05-30 | |
| | | | | Probably should've been 2 commits... | |||
* | Change C-z binds to C-c and remove leader | Case Duckworth | 2021-05-27 | |
| | ||||
* | Fix `acdw/build-button-url-regexp' to rebuild on call | Case Duckworth | 2021-05-25 | |
| | | | | | `rx' builds the regexp at compile time -- I need it to be built at runtime. `rx-to-string' takes care of that for me. | |||
* | Formatting ... and stuff | Case Duckworth | 2021-05-25 | |
| | | | | Whatever. | |||
* | Add gemini to browse-url-button-regexp | Case Duckworth | 2021-05-24 | |
| | | | | Also I overengineered some other stuff around that. |