Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 574 Bytes

README.org

File metadata and controls

18 lines (13 loc) · 574 Bytes

GNU Emacs

emacs.png

This configuration requires Emacs 29.1+ to run. After installing Emacs run the command

$ emacs --batch -l org ./emacs/init.org -f org-babel-tangle

which generates an init.el file inside Emacs default configuration directory. Now open up Emacs and it will automatically download, install and compile all declared packages the first time. That’s it!

GNU Stow

Install GNU Stow and link packages, e.g. stow bash. Alternatively, run ./stowit.sh to link all packages in this folder (except bin and misc).