ambevar-dotfiles/.emacs

16 lines
413 B
Plaintext

;; -*- mode:emacs-lisp -*-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Emacs config
;; 2013-01-09
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Main should be loaded first.
(load "~/.emacs.d/main.el" nil t)
(load "~/.emacs.d/theme.el" nil t)
(load "~/.emacs.d/modes.el" nil t)
(load "~/.emacs.d/functions.el" nil t)
;; End of file