Commit graph

162 commits

Author SHA1 Message Date
Vedang Manerikar
71dc00ce4f Do not export from org with extra indentation 2024-11-15 13:29:05 +05:30
Vedang Manerikar
3a69c49265 Remove advice around project switching 2024-11-15 13:28:35 +05:30
Vedang Manerikar
21a1fa9349 Add tempfiles to .gitignore 2024-11-15 08:30:42 +05:30
Vedang Manerikar
afdbce556f Copy over git and org settings from Prot
These need significant changes to match my workflows, but without the
base settings in place doing any work is really difficult.

So copying over the basics, I will re-arrange and update everything in
later commits.
2024-11-15 08:22:23 +05:30
Vedang Manerikar
6c4d9faf24 Add the prot-embark library for maximum embarkitude 2024-11-14 22:12:09 +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
5fe8593648 Update configuration to copy explanations from Prot
The content is so good that it should be available to every reader.
2024-11-14 22:06:50 +05:30
Vedang Manerikar
b1eb23c758 Copy over the completions.el section from Prot's config 2024-11-14 06:57:48 +05:30
Vedang Manerikar
ef0726d018 Copy over the essentials.el sections from Prot's config
This is where we define the basic configuration that drives Emacs
2024-11-13 21:40:01 +05:30
Vedang Manerikar
270d2d3afe Add the basics of programming languages to the configuration
This commit copies over the very basic requirements of using
programming languages in Emacs from Prot's configuration.
2024-11-13 21:39:55 +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
Vedang Manerikar
3cfaa6e9d7 Initial commit: create basic org-mode file for tangling
Since I am re-creating an Emacs configuration from scratch, I want to
use the idea that's been playing around in my mind for ages:
Maintaining the full configuration in an org-mode file and generating
the configuration from this file.

I am using Prot's org-mode file as a reference file, so the initial
work will be lots of copying from his work. Once the skeleton is in
place, I will add all of my custom configuration to this file as well.
2024-11-13 07:56:53 +05:30