Initial commit

This commit is contained in:
Mateus Pinto Rodrigues
2017-11-11 15:15:10 -02:00
commit 58c3bd6728
1202 changed files with 434097 additions and 0 deletions

7
init.el Normal file
View File

@@ -0,0 +1,7 @@
(package-initialize)
(add-to-list 'load-path "~/.emacs.d/elisp/")
(load "~/.emacs.d/elisp/settings.el")
(load "~/.emacs.d/elisp/extras.el")
(load "~/.emacs.d/elisp/custom.el")