Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 342 Bytes

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.