mkdir ~/emacs-config
git clone git@github.com:keithgg/emacs ~/emacs-configJust npm is required (for installing language servers really).
sudo pacman -Sy npmOpen, ~/.emacs.el, add these lines for the complete config:
(add-to-list 'load-path "~/emacs-config/imp-emacs")
(require 'init-all)Otherwise just look at imp-emacs/init-all.el to load only specfic modes. Only init-imp is required.
These commands do some initialization, for the packages that are installed.
mkdir ~/org-roamcreate the directory for storing org-roam things.M-x nerd-icons-install-fontsto get the icons on the modeline to render correctly.cd ~/.emacs.d/elpa && find . -type f -name '*.elc' -delete- Sometimes you get this error.
ln -s ~/emacs-config/pylintrc ~/.pylintrc