| Age | Commit message (Collapse) | Author | 
 | 
Instead of defaulting to the Unlicense, we now completely copyright
the material.  This is the default behavior when a LICENSE is not
attached to a project in open source: copyright is completely
preserved.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Just inherit from default
 | 
 | 
 | 
 | 
The two largest sections of my config are separated into their own
files now.  Does increase init time, but I just can't handle how big
this thing is.  It'll be a bit nicer to look at and manage with
separate files.
 | 
 | 
This is so I can use it later on.
 | 
 | 
For the top of source code blocks.
 | 
 | 
I manage my own alist of Licenses, which I can completing-read for.  I
should also define something to produce a copyright notice.
 | 
 | 
Just realised how easy a fix this is to the 2 second wait time for
Emacs to stop.  Checking if the org files are newer than the compiled
files, and the same for byte compilation, ensures I only compile when
necessary.
This actually makes Emacs kinda appealing for quick work: I kinda
cringed every time I launched Emacs without a server because I knew it
would take *so long* to stop it.  Now that isn't as big a concern!
 | 
 | 
Bit old though.
 | 
 | 
 | 
 | 
Jesus, how could I have not noticed the spelling error in "Finishied
byte compiling"?!
 | 
 | 
 | 
 | 
 | 
 | 
My custom package to quickly hide and restore the mode line.  Olivetti
does this automatically but I like having no mode line without the
other changes.
 | 
 | 
~ changed emacs theme background for isearch
~ updated default.el
~ changed vim theme
 | 
 | 
 | 
 | 
In particular they now have *blue foregrounds with a dull blue for
inactive buffers.
 | 
 | 
 | 
 | 
Also deleted my install script, check out
https://git.aryadevchavali.com:/oreodave/emacs.git for my Emacs build.
 | 
 | 
This changes some colours, adding matching colours for counsel and
changing colours for font-locks to fit an RBG type theme.
 | 
 | 
 | 
 | 
I can't be bothered to annotate any of these.  Thinking of making a
new Emacs configuration as this one is unnecessarily bloated and I
can't think of any other way to fix it.
 | 
 | 
 | 
 | 
~highlight is now a darker face of gray, region is lighter
+org-verbatim & org-code faces so they are more distinctive
+haskell-interactive-face-prompt for aesthetics
 | 
 | 
Don't even remember when I changed theme but it's gone back to
personal (my custom theme).  I changed a few things for the theme as
well, just a few colours.
 | 
 | 
These files were cluttering the main directory, I'd rather just have
my config files here.
 |