summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.el b/init.el
index 879ae81..2d6a127 100644
--- a/init.el
+++ b/init.el
@@ -1,11 +1,5 @@
-;; init.el
-
-(message ":: emacs init")
-
(server-start)
(mapc
(lambda (f) (load-file f))
(file-expand-wildcards "~/.emacs.d/init/*.el"))
-
-(message ":: init complete")