]> git.siccegge.de Git - dotfiles/emacs.git/blobdiff - emacs
Use .emacs.d/init.el + transparency
[dotfiles/emacs.git] / emacs
diff --git a/emacs b/emacs
deleted file mode 100644 (file)
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)))