Skip to content

qdzhang/vanilla-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Emacs Configuration

Installation

git clone [email protected]:qdzhang/vanilla-emacs.git ~/.emacs.d
cd ~/.emacs.d
make bootstrap-borg
make bootstrap
# Or
# Save the log to a file if you have assimilated many packages
make bootstrap | tee bootstrap.log
# Generate the autoloads file
make autoload
# Download the tree sitter modules
make treesitter

# Optional
# Speed up Emacs by Byte-compiling and Native-compiling
make compile
# Clean the compiled .elc file
make clean-elc

Version

Tested with Emacs 29.4 and tree-sitter 0.23.2 . And use the tree sitter grammers builded here.

About

Vanilla emacs config

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published