kavinvalli / emacs_config

This repository consists of my emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kavin’s Emacs Configuration

  • This repo contains my emacs configuration which I have been working on with references from

System Crafters Emacs From Scratch playlist

Installing Emacs in MacOS

brew install emacs

Using this Configuration

OSX

mv ~/.emacs.d ~/.emacs.bck.d && git clone https://github.com/kavin25/emacs_config.git ~/.emacs.d

Opening Emacs

emacs

Editing this Configuration

All Edits should be made in the Emacs.org file. When saved, the init.el file will automatically be updated. If wanting to see changes everytime, make sure to run

M-x auto-revert-mode

Issues

Please create any issues, if any found, in the Issues section

Contributing

Please feel free to contribute to this repository using the following steps:

  • Fork this repository
  • Make a new branch
  • Commit changes and push the branch to your forked repository
  • Make a Pull request and make sure to give detailed description and Screenshots on the feature

About

This repository consists of my emacs configuration


Languages

Language:Emacs Lisp 99.3%Language:Shell 0.4%Language:YASnippet 0.3%