summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-08 15:06:06 +0200
committerGravatar Tom Willemse2015-04-08 15:06:06 +0200
commite4b9421f79ddd14ba5e43f5bd17efe8d82b4aa7c (patch)
tree87f7048b44c22d446c9e94c5e92f98070a987559
parenta43b50504e574961e7fc7194de27045927b1e0b4 (diff)
downloaddotfiles-e4b9421f79ddd14ba5e43f5bd17efe8d82b4aa7c.tar.gz
dotfiles-e4b9421f79ddd14ba5e43f5bd17efe8d82b4aa7c.zip
Add wakatime mode
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
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))