Commit graph

7 commits

Author SHA1 Message Date
Vedang Manerikar
1826a38f97 Use elpaca-after-init-hook instead of after-init-hook
So that the configuration is loaded in at the correct time.
2024-12-10 16:05:25 +05:30
Vedang Manerikar
539d45497d Use Elpaca as the package manager instead of package.el
Elpaca lets me use git versions of packages, which is something I need
for developing packages as I use them.
2024-12-10 16:00:49 +05:30
Vedang Manerikar
8f20969604 Add local-variables to init and early-init files 2024-12-10 15:47:45 +05:30
Vedang Manerikar
2fbb88719d Update the default frame name to unravel/emacs
Which is the name of this project
2024-11-20 22:16:30 +05:30
Vedang Manerikar
e572ee5c70 Reset garbage collection defaults in startup hook
Instead of using the gcmh package.
2024-11-18 19:58:26 +05:30
Vedang Manerikar
09e94033f1 Update tangle blocks based on all the changes in the prev commit
We are now maybe ready to move all the development over to the new
.emacs.d version. Only one way to find out.
2024-11-14 22:08:27 +05:30
Vedang Manerikar
d6ce41dccd Create early-init, init and theme files
These are the starting point of Emacs config. They control the
starting up of Emacs and the look of Emacs (overall).

Let's see if this works properly.
2024-11-13 07:58:49 +05:30