Skip to content

ypcodes/ymacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeh Peng’s personal Emacs config

Table of Contents

Intro

This is my emacs configuration. I have use Doom Emacs a long time, but recently I am a little dislike it, so I am going to roll my own configuration from scratch.

Install

First backup emacs config files:

mv ~/.emacs.d ~/.emacs.bak

Then clone this repository:

git clone --depth=1 https://github.com/ypcodes/ymacs.git ~/.emacs.d

Adding your own customization

User’s configuration should be located in $HOME/.ymacs.d/config.el, which should look like this:

;; your code here

(provide 'config)

Note that a better way for PDF reading or music playing etc is a package called Emacs Application Framework, but I don’t use it because of my gentoo.

About

Yeh Peng's personal Emacs config

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors