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                        
            |                    
            |-- ...
          

Plan

<2021-04-08 Thu>

  • DONE update the structure
  • TODO Add packages: init-packages.el
  • TODO Add nord theme

Configuration

Turn debug on

intial.el

(setq debug-on-error t)
              

Needed knowledge

<2021-04-07 Wed>

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
                

Learn Emacs

Session 01

Date: 2021-03-30 Tue 00:00

Author: Dr YF Lin

Created: 2023-02-24 Fri 11:22

ThingsEngine