Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Remove modeline customization in acdw/reading-mode | Case Duckworth | 2021-05-24 |
| | |||
* | Add `sort-sexps' | Case Duckworth | 2021-05-22 |
| | | | | from unpackaged.el | ||
* | Add `comment-or-uncomment-sexp' | Case Duckworth | 2021-05-21 |
| | | | | from https://endlessparentheses.com/a-comment-or-uncomment-sexp-command.html | ||
* | Comment out `hook-defun' | Case Duckworth | 2021-05-21 |
| | | | | | | | | | | The only plus `hook-defun' has over (add-hook 'hook (defun name ... )) is the ability to add the same function to multiple hooks at once. My init files don't use that functionality, so I've retired this macro for now. I'm thinking, honestly, that if a function is used in more than one hook, it should be defined separately and added to each hook in turn ... you know, like Emacs does it by default. |