scripts/emacs/init.el

19 lines
324 B
EmacsLisp

(add-to-list 'load-path "~/.emacs.d/auto/")
(defgroup agw nil
"Alison G. Watson's customizations."
:prefix "agw-"
:group 'convenience)
; must be set before other operations
(setq evil-want-keybinding nil)
(load "-pkgdb")
(load "-defaults")
(load "-custom")
(load "-packages")
(load "-macro")
(load "-keys")
;; EOF