summary refs log tree commit diff stats
path: root/early-init.el
Commit message (Collapse)AuthorAge
...
* Normalize line endingsCase Duckworth2021-01-26
|
* I'm guessing ... whitespace?Case Duckworth2021-01-25
|
* Add ForgeAshley Duckworth2021-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 thingAshley Duckworth2021-01-22
|
* 2020-01-21Case Duckworth2021-01-21
|
* Remove commentsCase Duckworth2021-01-21
|
* UI, PersistenceAshley Duckworth2021-01-20
|
* Change README.md to README.orgCase Duckworth2021-01-19
|
* Start over ... againCase Duckworth2021-01-19
|
* Various changesCase Duckworth2021-01-05
|
* Add -*- lineCase Duckworth2021-01-02
|
* Add back early-init.elCase Duckworth2021-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 togetherCase Duckworth2020-12-30
| | | | Weren’t doin’ no good apart.
* Unignore {,early-}init.elCase Duckworth2020-12-11
|
* Change line-endings to UnixCase Duckworth2020-10-25
|
* Change orderCase Duckworth2020-10-22
|
* I .. DECLARE .. BANKRUPTCY!!Case Duckworth2020-10-22
| | | | | | | | | | Why? Do you ask? I'll tell you why. awk-mode was mysteriously freezing up the whole dang program, and when I emacs -Q 'd to see what it was, it started SO FAST. So. Fast. So here we are. Trying this again.
* Change gc-cons-threshold ammount after initCase Duckworth2020-10-07
|
* Change file modesCase Duckworth2020-10-07
|
* Fix more line breaksCase Duckworth2020-09-22
| | | | | -_____- >_____<
* Rewrite to take advantage of outshine-modeCase Duckworth2020-09-22
|
* Allow recursive minibuffersCase Duckworth2020-09-16
|
* Rewrite .. againCase Duckworth2020-09-08
|
* Setup template for platform-specificityCase Duckworth2020-09-04
| | | | still TODO: write the actual code.
* Add early-init and change to straightCase Duckworth2020-09-02