summary refs log tree commit diff stats
path: root/early-init.el
Commit message (Collapse)AuthorAge
...
* Remove empty comment lines in headersCase Duckworth2021-03-16
|
* Install `no-littering'Case Duckworth2021-03-14
| | | | To catch the packages I don't want to bother configuring.
* Change default font at homeCase Duckworth2021-03-12
|
* Remove extraneous commentCase Duckworth2021-03-11
|
* 5cCase Duckworth2021-03-07
|
* Add mode-line-formatCase Duckworth2021-03-01
| | | | Can remove mode-line-mule-info because everything /should/ be UTF-8-Unix
* Move straight install directoryCase Duckworth2021-03-01
|
* Don't be smart about bootstrapping straight.elCase Duckworth2021-03-01
|
* TyposCase Duckworth2021-03-01
|
* Restart shitCase Duckworth2021-02-28
|
* LINE ENDINGSCase Duckworth2021-02-26
|
* W h I t E s P a C eCase Duckworth2021-02-25
|
* Add shit, apparently UNIX line endings are being stupidCase Duckworth2021-02-24
|
* Force LFCase Duckworth2021-02-23
|
* Don't hide default modelineCase Duckworth2021-02-16
|
* Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-02-08
|
* 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