Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Fix wrong function calls | Case Duckworth | 2021-04-22 | |
| | | | | | | | When I changed `unpackaged/org-element-descendent-of' to `acdw-org/element-descendent-of' (honestly, to make it easier to see where the definition of the function is), I didn't change all the references to that function. | |||
* | Add macro `with-message' | Case Duckworth | 2021-04-21 | |
| | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-21 | |
|\ | ||||
| * | Fix some dumbness | Case Duckworth | 2021-04-20 | |
| | | ||||
* | | Fix typo | Case Duckworth | 2021-04-21 | |
|/ | ||||
* | Rename functions in acdw-org.el | Case Duckworth | 2021-04-19 | |
| | ||||
* | Tweak `org-table-copy-down' | Case Duckworth | 2021-04-19 | |
| | | | | | Now <S-return> will do its regular thing /in/ a table, but will also work /outside/ a table as a regular <return>. | |||
* | Add `acdw/kill-a-buffer' and keybinding | Case Duckworth | 2021-04-19 | |
| | ||||
* | Make `org-return-dwim' auto-fill-mode-aware | Case Duckworth | 2021-04-14 | |
| | | | | | | | | | | Added a block at the top of the function to call `auto-fill-function' if it's enabled, and I changed the calls to `newline' to `insert "\n"`, due to ... something. It was having issues figuring out that the new lines were list items I think. I also removed the message part in the middle of the function that I forgot to remove before. | |||
* | Change (insert "\n\n") -> (newline) | Case Duckworth | 2021-04-13 | |
| | ||||
* | `org-return-dwim': work in nested lists | Case Duckworth | 2021-04-13 | |
| | | | | | | `org-return-dwim' now ends a list on an empty nested list item. See the comment for details. | |||
* | Formatting etc. | Case Duckworth | 2021-04-13 | |
| | | | | This keeps happening :/ | |||
* | Add a generate custom ids function for headings | Case Duckworth | 2021-04-13 | |
| | | | | From amitp.blogspot.com. | |||
* | Add `acdw-org/delete-backward-char' and advise | Case Duckworth | 2021-04-12 | |
| | | | | | | | | The advice I've added untabifies in addition to deleting the character, which enables the function to look at `delete-backward-char-untabify-method' or whatev. Also ... whitespace apparently? | |||
* | Load slime-helper.el if it exists | Case Duckworth | 2021-04-09 | |
| | | | | | | I couldn't find a function that would return a filename /if/ it exists, so I had to write one: `expand-file-name-exists-p'. Might change the name at some point. | |||
* | Change font loading logic to hopefully be more robust | Case Duckworth | 2021-04-09 | |
| | | | | | Based heavily (basically copied) from https://github.com/olivertaylor/olivertaylor.github.io/blob/master/notes/20210324_emacs-optical-font-adjustment.org | |||
* | Add `acdw/find-emacs-dotfiles' | Case Duckworth | 2021-04-07 | |
| | ||||
* | Uh | Case Duckworth | 2021-04-07 | |
| | ||||
* | 7 | Case Duckworth | 2021-04-06 | |
| | ||||
* | Remove acdw/map | Case Duckworth | 2021-04-06 | |
| | ||||
* | Fix acdw/reading-mode | Case Duckworth | 2021-04-04 | |
| | | | | Mismatched parens | |||
* | Remove *disabling* of simple-modeline-mode from acdw/reading-mode | Case Duckworth | 2021-04-02 | |
| | | | | I can just overwrite the buffer-local `mode-line-format'. | |||
* | Add `defun-with-hooks' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Add function `dumb-auto-format' that checks with apheleia first | Case Duckworth | 2021-04-01 | |
| | | | | | | | In adding `dumb-auto-format', I've removed `acdw/reformat-buffer' because it's not complex enough or stand-alone enough to keep as its own function. 21 guns. | |||
* | Define `acdw/reindent-buffer' and hook into elisp | Case Duckworth | 2021-04-01 | |
| | | | | | Hopefully this will put a halt to all of my whitespace commits. Of course, this commit also includes whitespace-only diffs. | |||
* | Add comments | Case Duckworth | 2021-04-01 | |
| | ||||
* | Add `olivetti' and tweak `acdw/reading-mode' | Case Duckworth | 2021-03-31 | |
| | ||||
* | Tweak garbage collection | Case Duckworth | 2021-03-30 | |
| | ||||
* | Fix arrayp bug in `acdw-modeline/vc-branch' | Case Duckworth | 2021-03-30 | |
| | ||||
* | Remove commented code | Case Duckworth | 2021-03-29 | |
| | ||||
* | Switch to using `setup.el' for customizations | Case Duckworth | 2021-03-29 | |
| | | | | | setup (https://git.sr.ht/~zge/setup) does everything I tried to do with `acdw/pkg', et al., but better. | |||
* | bleh | Case Duckworth | 2021-03-27 | |
| | ||||
* | Add god-mode indicator to modeline | Case Duckworth | 2021-03-25 | |
| | | | | ... and whitespace... | |||
* | White space | Case Duckworth | 2021-03-25 | |
| | ||||
* | Require `acdw' in `early-init.el' | Case Duckworth | 2021-03-25 | |
| | ||||
* | Remove empty comment lines in headers | Case Duckworth | 2021-03-16 | |
| | ||||
* | Further configure the mode line | Case Duckworth | 2021-03-14 | |
| | | | | | I've broken out extra functions into `acdw-modeline', so they don't clutter up the init.el too much. | |||
* | Change `:map-after' behavior | Case Duckworth | 2021-03-14 | |
| | ||||
* | Whitespace | Case Duckworth | 2021-03-12 | |
| | ||||
* | Add `:set', `:local', `:require' keywords to `acdw/pkg' | Case Duckworth | 2021-03-12 | |
| | ||||
* | Change `acdw/hooks' form | Case Duckworth | 2021-03-12 | |
| | | | | | | Instead of only allowing (list-of-hooks) (list-of-functions), `acdw/hooks' now accepts a (list-of-hook-specs), each of which is of the above form, allowing the user to set multiple unrelated hooks at once. | |||
* | Move `acdw/modeline' functions into `acdw/pkg' forms | Case Duckworth | 2021-03-12 | |
| | | | | | This change means I don't have to `require' libraries that haven't been registered with `straight' yet. | |||
* | Configure `org-mode'. | Case Duckworth | 2021-03-12 | |
| | ||||
* | Return a value from `acdw/set' | Case Duckworth | 2021-03-12 | |
| | ||||
* | Add `acdw/binds' to bind more than one key at once | Case Duckworth | 2021-03-12 | |
| | | | | I should probably change `acdw/bind-after-map' to use this macro... | |||
* | Configure `simple-modeline' | Case Duckworth | 2021-03-12 | |
| |