From e4b9421f79ddd14ba5e43f5bd17efe8d82b4aa7c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 8 Apr 2015 15:06:06 +0200 Subject: Add wakatime mode --- emacs/.emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index ada2a80..7060ac8 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1491,7 +1491,9 @@ from myaethon2.core.decorators import ( (kill-local-variable 'mode-line-format) (when (string-equal system-name "drd") (require 'colemak-evil)) - (global-evil-surround-mode)) + (global-evil-surround-mode) + + (global-wakatime-mode)) (with-eval-after-load 'ruby (global-rinari-mode)) -- cgit v1.2.3-54-g00ecf