dcf91d8e1b1d618e124dd55a158d6e8709160986
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!
Dotfiles
This repository contains most of my custom configurations for programs I use daily.
Install
- Clone this repository to
~/Dotfiles -
Construct the following directories:
-
~/.localsrcbinlibshare
~/.config~/Downloads~/Code~/Media~/Projects
-
- Install GNU/stow
-
Pick and choose what configurations you want
- To install a module use
stow <module> - To remove a module use
stow -D <module>
- To install a module use
Installing Emacs
I like a specific set of flags on my Emacs install. Prepackaged
installs just won't cut it. So I'd highly recommend cloning and
building my personal Emacs
repo (currently v28.1). Or, if you're lazy, just run the
following:
cd ~/.local/src;
git clone git@git.aryadevchavali.com:/git/emacs.git emacs;
cd emacs;
sh personal-install; # Will configure, build and attempt to install
Languages
Emacs Lisp
74%
Shell
10.1%
YASnippet
8.5%
Python
5.9%
Lua
1.5%