434014a47d0a67796fd79a199daf44a1fb3146e1
Fixes issue where opening a project for the first time via "SPC-p-p" then selecting a file was very laggy.
Dotfiles
This repository contains all of my custom configurations for programs I use daily.
Setup and installation procedure
- 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, and my
configuration kind of depends on them existing as well. Prepackaged
installs just won't cut it. So I'd highly recommend cloning and
building my personal
Emacs repo (currently
v29).
Or just run the following lines:
cd ~/.local/src;
git clone git@github.com:oreodave/emacs-29-custom 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%