Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add "DejaVu Sans Mono Book" to font load list | Case Duckworth | 2021-08-25 | |
| | ||||
* | Change font loading order to look for Consolas first | Case Duckworth | 2021-08-23 | |
| | ||||
* | Require 'acdw-frame | Case Duckworth | 2021-08-22 | |
| | ||||
* | Rewrite early-init.el | Case Duckworth | 2021-08-21 | |
| | ||||
* | Change work font to Inter | Case Duckworth | 2021-08-16 | |
| | ||||
* | Change font | Case Duckworth | 2021-08-11 | |
| | | | | | I really should setup something based on what's /installed/, rather than system... or not... hm. | |||
* | Add straight-x | Case Duckworth | 2021-08-06 | |
| | ||||
* | Change fonts on Windows | Case Duckworth | 2021-07-22 | |
| | ||||
* | Fix setup to run after first focus-change-function | Case Duckworth | 2021-05-29 | |
| | | | | /I don't know what I'm doing .../ | |||
* | Fix frame setup | Case Duckworth | 2021-05-27 | |
| | ||||
* | Change hook for `acdw/frame-setup' | Case Duckworth | 2021-05-21 | |
| | | | | | | I found out about `after-make-frame-functions', a special hook that I want to use instead of `after-focus-change-function'. I also don't need to remove it in the function because the hook only fires once after each frame is made. | |||
* | 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. | |||
* | 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. | |||
* | Change default variable-width font size | Case Duckworth | 2021-05-04 | |
| | | | | Also fix a typo in hook name. | |||
* | 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.... | |||
* | Move emoji font configuration to the initial frame setup function | Case Duckworth | 2021-04-30 | |
| | ||||
* | 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 | |
| |