Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Inhibit loading X Resources | Case Duckworth | 2021-04-29 |
| | |||
* | Get rid of a dumb alias that slows down Emacs | Case Duckworth | 2021-04-22 |
| | | | | See the comment in the commit. | ||
* | Attempt to further speed up init | Case Duckworth | 2021-04-19 |
| | |||
* | Whitespace | Case Duckworth | 2021-04-09 |
| | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-09 |
|\ | |||
| * | Add `slime' | Case Duckworth | 2021-04-08 |
| | | | | | | | | | | | | On Windows, I use CLisp for LISP, so I need to add the path to exec-path there. I also moved `geiser''s definition to keep fennel and lua together. | ||
* | | Load clisp for slime | Case Duckworth | 2021-04-09 |
| | | |||
* | | 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 | ||
* | Blink cursor once | Case Duckworth | 2021-04-07 |
| | |||
* | 7 | Case Duckworth | 2021-04-06 |
| | |||
* | Change method of init-time message | Case Duckworth | 2021-04-01 |
| | | | | | | | | Going off [1], I've just redefined the `display-startup-echo-area-message' function to show the startup time, instead of adding a hook to Emacs's startup and trying to figure out how to give my username to the original function. [1]: https://depp.brause.cc/dotemacs/#org2cdacdd | ||
* | 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 `refresh-emacs' | Case Duckworth | 2021-03-31 |
| | |||
* | Whitespace | Case Duckworth | 2021-03-30 |
| | |||
* | Tweak garbage collection | Case Duckworth | 2021-03-30 |
| | |||
* | Set all fonts on all possible systems | Case Duckworth | 2021-03-30 |
| | |||
* | 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. | ||
* | White space | Case Duckworth | 2021-03-25 |
| | |||
* | Require `acdw' in `early-init.el' | Case Duckworth | 2021-03-25 |
| | |||
* | Change `exec-path' | Case Duckworth | 2021-03-24 |
| | |||
* | Add "~/Applications/racket" to path | Case Duckworth | 2021-03-18 |
| | |||
* | Remove empty comment lines in headers | Case Duckworth | 2021-03-16 |
| | |||
* | Install `no-littering' | Case Duckworth | 2021-03-14 |
| | | | | To catch the packages I don't want to bother configuring. | ||
* | Change default font at home | Case Duckworth | 2021-03-12 |
| | |||
* | Remove extraneous comment | Case Duckworth | 2021-03-11 |
| | |||
* | 5c | Case Duckworth | 2021-03-07 |
| | |||
* | Add mode-line-format | Case Duckworth | 2021-03-01 |
| | | | | Can remove mode-line-mule-info because everything /should/ be UTF-8-Unix | ||
* | Move straight install directory | Case Duckworth | 2021-03-01 |
| | |||
* | Don't be smart about bootstrapping straight.el | Case Duckworth | 2021-03-01 |
| | |||
* | Typos | Case Duckworth | 2021-03-01 |
| | |||
* | Restart shit | Case Duckworth | 2021-02-28 |
| | |||
* | LINE ENDINGS | Case Duckworth | 2021-02-26 |
| | |||
* | W h I t E s P a C e | Case Duckworth | 2021-02-25 |
| | |||
* | Add shit, apparently UNIX line endings are being stupid | Case Duckworth | 2021-02-24 |
| | |||
* | Force LF | Case Duckworth | 2021-02-23 |
| | |||
* | Don't hide default modeline | Case Duckworth | 2021-02-16 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-02-08 |
| | |||
* | Normalize line endings | Case Duckworth | 2021-01-26 |
| | |||
* | I'm guessing ... whitespace? | Case Duckworth | 2021-01-25 |
| | |||
* | Add Forge | Ashley Duckworth | 2021-01-23 |
| | | | | | | | | | Forge stores its information in an SQLite database, and on Windows, that's not just available. I found a solution in Win Builds (http://win-builds.org/doku.php), though I think I could've just downloaded a gcc binary and added that to my PATH, or something. It probably requires further research. Anyway, that's why the exec-path is updated as well. | ||
* | Finally sort out the config.org/el loading thing | Ashley Duckworth | 2021-01-22 |
| | |||
* | 2020-01-21 | Case Duckworth | 2021-01-21 |
| | |||
* | Remove comments | Case Duckworth | 2021-01-21 |
| | |||
* | UI, Persistence | Ashley Duckworth | 2021-01-20 |
| | |||
* | Change README.md to README.org | Case Duckworth | 2021-01-19 |
| | |||
* | Start over ... again | Case Duckworth | 2021-01-19 |
| | |||
* | Various changes | Case Duckworth | 2021-01-05 |
| | |||
* | Add -*- line | Case Duckworth | 2021-01-02 |
| | |||
* | Add back early-init.el | Case Duckworth | 2021-01-02 |
| | | | | | There are a few functions that really speed up init when placed in early-init.el, so I put them back in there. Cf. doom-emacs’ early-init for details. | ||
* | Fold init.el and early-init.el together | Case Duckworth | 2020-12-30 |
| | | | | Weren’t doin’ no good apart. |