md-arif-shaikh / .emacs.d

Customized emacs config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs Configuration

Table of contents

Build emacs from source

For many reasons one may prefer to build emacs from source. It might be that the most recent version is not available on your distro or you may want to compile emacs with support for specific libraries. For example lsp-mode users would like to have support for the libjansson library. In such case you can clone the emacs repo and then build it with support for the desired libraries. This script can be used for

out of the box and can be used for other distros by using the equivalent package names. Get the shell script here.

Configuration File

Read emacs.org for configuration using available packages.

About

Customized emacs config files

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 91.4%Language:YASnippet 5.3%Language:Shell 3.3%