From 9a500861070e1ce374064d14ee2372e12c22a06f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 18 Aug 2012 13:57:56 +0200 Subject: Restructure emacs configuration --- .emacs.d/init3.el | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .emacs.d/init3.el (limited to '.emacs.d/init3.el') diff --git a/.emacs.d/init3.el b/.emacs.d/init3.el deleted file mode 100644 index 1b5abdf..0000000 --- a/.emacs.d/init3.el +++ /dev/null @@ -1,13 +0,0 @@ -;; -*- mode: Emacs-Lisp; eval: (git-auto-commit-mode 1) -*- -(require 'bytecomp) - -(defvar startup-files - (directory-files "~/.emacs.d/startup/" t "^[^.].*\\.el$") - "A list of the files that should be loaded during startup.") - -(while startup-files - (let ((filename (car startup-files)) - (byte-compile-warnings nil)) - (if (not (eq (byte-recompile-file filename nil 0) nil)) - (load (substring filename 0 -3)))) - (setq startup-files (cdr startup-files))) -- cgit v1.2.3-54-g00ecf