mkdir ~/emacs-config
git clone [email protected]:keithgg/emacs ~/emacs-config
Just npm
is required (for installing language servers really).
sudo pacman -Sy npm
Open, ~/.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-roam
create the directory for storing org-roam things.M-x nerd-icons-install-fonts
to 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