summaryrefslogtreecommitdiffstats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/init.el b/emacs/init.el
deleted file mode 100644
index d9dc98c..0000000
--- a/emacs/init.el
+++ /dev/null
@@ -1,13 +0,0 @@
-;;; init.el --- ryuslash's emacs init
-
-;;; Commentary:
-;; Does so much and changes so often
-
-
-;;; Code:
-
-(load (concat user-emacs-directory "init2"))
-
-(provide 'init)
-
-;;; init.el ends here