Age | Commit message (Collapse) | Author |
|
|
|
Speeds up boot and kill.
Actually checks for timestamps and logical errors are removed.
|
|
The URL for bootstrap.el has changed as a result of straight now being
under a group rather than a user. Just means I need to change it
here. While doing so, I update the bootstrap version as well.
|
|
Used esup to figure out some points of pain, then fixed them. Also
set gc-cons-threshold at start of init.el really high, then reset
after finished loading.
|
|
This solves the bug with custom.el where it randomly resets and
forgets what I setup there already. Found this out through
the custom.el info, where setting a custom file yourself requires
loading it in post.
|
|
|
|
|
|
I can just use the numbers computed directly without doing the
recursive call.
|
|
|
|
|
|
Nice function, deterministic, uses a minimal amount of time to compute.
|
|
To remove the ~(require 'cl)~ dependency, I wrote my own reduce for
boolean values, recursive, which should do the trick. Mostly just to
remove the annoying "haha no cl library anymore".
|
|
Set to 4 workers at the start to make compilation at least as fast as
possible: my laptop has 4 cores so it'll just slow it down until early
compilation is done, while my desktop can still keep going as it has 8
threads. In config.org this is setup correctly so the rest of the
config (which is the much larger part) uses a system dependent number
of cores.
|
|
Also deleted my install script, check out
https://git.aryadevchavali.com:/oreodave/emacs.git for my Emacs build.
|
|
Described in the edit section, just read.
|
|
Too much of a hassle, screws up magit messages
|
|
~haskell-process-type is now stack-ghci
+feature to switch to dashboard with each new frame
|
|
|
|
|
|
|
|
|
|
|
|
Stored in separate file
|
|
|
|
|
|
Instead of using an autoload which may or may not work, rely on
with-eval-after-load to handle the loading period.
|
|
|
|
Added a little cute y-or-n question to allow myself a dialogue from
stopping Emacs before exiting.
Remove ivy from the greedy load list.
|
|
|
|
Mostly just ease of use stuff like making sure hooks had normal suffixes
|
|
|
|
|
|
This is because ivy loads after init anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When emacs is launched standalone, it makes sense to optimise towards
smaller load times through lazy loading. However, when Emacs is in
server or daemon there's no point holding back. Just load everything
most of the necessary stuff such that on first emacsclient launch we
have everything available for use.
|
|
Only when we're compiling do we need access to the tangle functionalities.
|
|
This is a smarter Emacs literate config. The way it works is simple:
- If no config output files exist, compile them. Otherwise just load
the config
- Add a hook when exiting emacs such that the config is compiled and
ready for next call.
This makes it so that load time is fast and compile occurs at a more
opportune time than at init.
|
|
This one is a lot more closer to Emacs core, it doesn't use general
or the SPC leader as I'm used to but instead the default meta-key
chord bindings to work better. I don't use a lot of features in Emacs
that Doom used to provide in bindings, so I'm stripping them away and
slowly adding stuff I like.
|
|
Developed quite a bit of the config.
I've added a literate org config, loaded through the init.el file.
Furthermore, I've added some basic general maps and have gained a much
better understanding of Emacs than before. This refactor is one of the
main reasons I decided to so heavily refactor my doom config.
|
|
|
|
|
|
|
|
|
|
|