X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Femacs.git;a=blobdiff_plain;f=emacs;fp=emacs;h=0000000000000000000000000000000000000000;hp=f0dab4b877915ceabc8ca5eedaf1b9db8d7940a3;hb=1dbeeec5fcd5b7dbf189d1b8d3365bb0f9bc0fda;hpb=a1c59cfcf4c8ac4da3c7a5f1ab4f5c923faaadec diff --git a/emacs b/emacs deleted file mode 100644 index f0dab4b..0000000 --- a/emacs +++ /dev/null @@ -1,24 +0,0 @@ -(add-to-list 'load-path "~/.emacs.d/lisp/") - -(require 'cl) - -(setq emacs-private-config (expand-file-name "~/.emacs.d/config/")) - -(load-file "~/.emacs-site.el") - -(setq custom-file "~/.emacs.d/emacs-custom.el") -(load custom-file) - -(dolist (file-to-load '("fonts.el" - "yas.el" - "python.el" - "c.el" - "irony.el" - "org.el" - "slime.el" - "whitespace.el" - "general.el" - "jabber.el" - "erc.el" - "pastebin.el")) - (load-file (concat emacs-private-config file-to-load)))