summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el
index 3c3352e..4f06ec6 100644
--- a/init.el
+++ b/init.el
@@ -4,8 +4,6 @@
;;; basic config
;;; Code:
-
-
(defvar mrl/startup-time (current-time))
(defun mrl/emacs-load-time ()
(let ((time (float-time (time-subtract (current-time) mrl/startup-time))))
@@ -71,7 +69,7 @@ Restart works only on graphic display."
;; load my crap
(add-to-list 'load-path "~/.emacs.d/lisp")
-(require 'mrl_functions)
+(require 'mrl-functions)
(require 'org-notmuch)
(org-link-set-parameters "notmuch"