Puremacs Configuration
Table of Contents
A basic structure for Puremacs
.emacs.d/ | |-- init.el | |-- lisp/ | |-- init-basic.el | |-- init-packages.el | |-- elpa/ | |-- magit | |-- custom.el | |-- ...
Configuration
Turn debug on
intial.el
(setq debug-on-error t)
Needed knowledge
Add a el file and a directory of el files
How to reload .emacs.d/ configuration without restart
M-x load-file
or
M-x eval-buffer