Skip to content

edwaraco/.emacs.d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs config

If you're new to emacs, check out this introductory tutorial!

Thanks

This setup was a copy of Mark Bastian setup and it has somethings based on Azer Koçulu (Especially for golang)

Clone the repo

Some libraries are git submodules. For this reason, you should use git clone --recurse-submodules <repo_url> when you try to clone this repo.

Organization

I've tried to separate everything logically and document the purpose of every line. init.el acts as a kind of table of contents. It's a good idea to eventually go through init.el and the files under the customizations directory so that you know exactly what's going on. Additionally, you can add other packages via git submodule when it's not able to retrieve them using melpa repos; this packages are located inside libs directory.

Supporting CSS, HTML, JS, etc.

Emacs has decent support for CSS, HTML, JS, and many other file types out of the box, but if you want better support, then have a look at emacs config's init.el. It's meant to read as a table of contents. The emacs.d as a whole adds the following:

In general, if you want to add support for a language then you should be able to find good instructions for it through Google. Most of the time, you'll just need to install the "x-lang-mode" package for it.

References

Mark Bastian's emacs setup: https://github.com/markbastian/.emacs.d

Azer Koçulu emacs setup: https://github.com/azer/emacs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%