efa73c23ea919831c77f7e4fee1d845653798266
Instead of running the mode itself, hook to every time we run evil mode to make it easier to see load flow.
Dotfiles
Introduction
My Dotfiles repository with configuration files for most of the applications I use on a daily basis.
Install
Clone this into the ~/Dotfiles directory. Install Emacs. Win.
Installing Emacs
I like a specific set of flags on my Emacs install. Prepackaged
installs just won't cut it. Hence we're going to clone emacs-27
from GNU then compile it. Just run the following part:
cd .local/src/emacs;
curl -LO http://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.gz
tar -xvf emacs-27.2.tar.gz .
./configure --with-xwidgets -with-threads --with-harfbuzz --with-jpeg --with-json --with-modules;
make;
sudo make install;
Currently used modules
- XServer
- vim
- Shell
- SystemD
- Emacs
- mailcap
- Neovim
- ClangFormat
Languages
Emacs Lisp
74%
Shell
10.1%
YASnippet
8.5%
Python
5.9%
Lua
1.5%