Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | I DECLARE BANKRUPTCY ... 8 | Case Duckworth | 2021-11-21 |
| | | | | Didn't think to do this till pretty .. written, so here we are. | ||
* | Don't set initial frame size | Case Duckworth | 2021-10-21 |
| | |||
* | blayfduoisaudfoiasdupjfoiu | Case Duckworth | 2021-10-20 |
| | |||
* | Move private.el loading into early-init.el | Case Duckworth | 2021-10-09 |
| | |||
* | Correct bug | Case Duckworth | 2021-10-05 |
| | |||
* | Change initial frame setup | Case Duckworth | 2021-10-05 |
| | |||
* | Change fonts | Case Duckworth | 2021-10-01 |
| | |||
* | Clean up early-init.el and whitespace | Case Duckworth | 2021-09-25 |
| | |||
* | Rot13 my email | Case Duckworth | 2021-09-25 |
| | | | | | taken from pkal. Is this a good idea /now/, even though my email's already been on there for ages? myeshhhhhhhh~~~~ | ||
* | Remove speed up | Case Duckworth | 2021-09-25 |
| | | | | | | It makes bookmark.el.gz not able to load ??? for some reason??? something related to file-name-handler-alist | ||
* | Change fonts | Case Duckworth | 2021-09-23 |
| | |||
* | Move el-patch loading to early-init.el | Case Duckworth | 2021-09-16 |
| | |||
* | Move setup-defines into acdw-setup.el | Case Duckworth | 2021-09-03 |
| | |||
* | Big refactor | Case Duckworth | 2021-09-03 |
| | |||
* | Reorganize | Case Duckworth | 2021-09-01 |
| | | | | | I've moved the preamble stuff to early-init.el, and I ran `sort-sexps' on the first and then second page of init.el. | ||
* | Change fonts depending on system | Case Duckworth | 2021-09-01 |
| | | | | .. whatever | ||
* | Add after-make-frame@setup to server-after-make-frame-hook | Case Duckworth | 2021-08-26 |
| | |||
* | Change font back to default to DejaVu Sans | Case Duckworth | 2021-08-25 |
| | | | | ... I might have to delete it on the work computer... | ||
* | 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 |
| |