Skip to content

keithgg/emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone this repo

mkdir ~/emacs-config
git clone [email protected]:keithgg/emacs ~/emacs-config

Install dependencies

Just npm is required (for installing language servers really).

sudo pacman -Sy npm

Create .emacs file

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.

Commands to run after install

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.

Set up symlinks

ln -s ~/emacs-config/pylintrc ~/.pylintrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published