Skip to content

bbw9n/doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Install Emacs

railwaycat/emacsmacport is recommended

brew tap railwaycat/emacsmacport
brew install --cask emacs-mac

Install Doomemacs

Required Dependencies

brew install ripgrep

Doomemacs

git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install

This will generate some config files under ~/.config/doom

$ tree ~/.config/doom
├── config.el
├── init.el
└── packages.el

Config

init.el

We can enable and disable all the integrated features in doom by uncomment and comment them.

config.el

All your customized config, like keybindings will go here.

package.el

All the third party packages configuration should go here.

Apply changes

Once we add some changes in init.el or package.el, we need to run ~/.config/emacs/bin/doom sync and restart emacs to take effect.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published