Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | Fix `acdw/system' argument parsing | Case Duckworth | 2021-05-21 | |
| | | | | | | | | | | `acdw/system' parsed arities of the form (acdw/system (:home (do-thing))) incorrectly: instead of expanding to (pcase acdw/system (:home (do-thing))), it parsed to ... something else that tried to call `:home' as a function and crapped out. I've fixed that issue and clarified the `cond' clauses. | |||
* | Add `acdw/system' macro | Case Duckworth | 2021-05-11 | |
| | | | | | | `acdw/system' eases configuration -- it returns the system when called with no arguments, acts as a test with one argument, or as a `pcase' with more than one argument. | |||
* | Remap C-w to backward-kill-word if the region isn't active | Case Duckworth | 2021-05-04 | |
| | ||||
* | Add `dos2unix' | Case Duckworth | 2021-05-01 | |
| | | | | | | | Does the same thing (in general) as the dos2unix C program. By which I mean, it converts \r\n to \n in the buffer. It doesn't do anything else. ... So it really doesn't do much of the same thing as dos2unix. | |||
* | Change the fringe face | Case Duckworth | 2021-04-30 | |
| | | | | "dim gray" looks good on both black and white. | |||
* | Customize fringes | Case Duckworth | 2021-04-30 | |
| | | | | | Still to think about: changing the `fringe' face. Do I want it another color? Do I even need any buffer boundaries? Hm.... | |||
* | Break emacs-git-pull-config out of emacs-refresh | Case Duckworth | 2021-04-29 | |
| | | | | ... and rename refresh-emacs to emacs-refresh ... | |||
* | Massively refactor | Case Duckworth | 2021-04-29 | |
| | | | | | | | | | | | | | | - Redefine as much as possible as `setup' forms - Reorganize into "Setup", "Basics", and "Packages" sections - Within each section, alphabetize sexps - Also (mostly) alphabetize acdw- files - (Not the ones that are almost completely others' code) - Sidebar: Why is this not a thing in elisp!? Should write a function - Break karthink's thing into another library `acdw-re' - Add a function to `acdw': `acdw/find-emacs-source' - Should refactor that to better find the source I think everything looks much more better now! | |||
* | Add prefix arg to pull ~/.emacs from git | Case Duckworth | 2021-04-27 | |
| | | | | I could probably do better things with the output and error buffers. Whatever. | |||
* | Add `acdw/insert-iso-date' | Case Duckworth | 2021-04-26 | |
| | | | | Like `crux-insert-date', but I use ISO 8601. | |||
* | Enhance `refresh-emacs' | Case Duckworth | 2021-04-26 | |
| | | | | | - Enable `debug-on-error' - Save all init files before sourcing them | |||
* | Also load files in .emacs.d/lisp when running `refresh-emacs' | Case Duckworth | 2021-04-22 | |
| | ||||
* | Add macro `with-message' | Case Duckworth | 2021-04-21 | |
| | ||||
* | Fix typo | Case Duckworth | 2021-04-21 | |
| |