davazp / dotemacs

My personal GNU/Emacs customizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotemacs

My personal GNU/Emacs customizations

In order to use this configuration, clone the repository somewhere in your load path and require dotemacs:

(add-to-list 'load-path "~/<path>/")
(require 'dotemacs)

That way, emacs customizations will be saved at the bottom of the original .emacs file and will not be versioned.

About

My personal GNU/Emacs customizations

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 96.6%Language:YASnippet 3.4%