summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-26 22:05:35 +0200
committerGravatar Tom Willemse2015-07-26 22:05:35 +0200
commit1ae23363d66c5ef993c38b59c4ca499ef023b640 (patch)
tree80bed68b0c40756492f86d9ab0f241e87c0ecf11 /emacs
parent4affb84793ededb57b6ba3cd3ff57a971d4014bd (diff)
downloaddotfiles-1ae23363d66c5ef993c38b59c4ca499ef023b640.tar.gz
dotfiles-1ae23363d66c5ef993c38b59c4ca499ef023b640.zip
Add wakatime
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index f53b1fb..982e62b 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1444,7 +1444,8 @@ from myaethon2.core.decorators import (
(yas-global-mode)
(projectile-global-mode)
- (global-company-mode))
+ (global-company-mode)
+ (global-wakatime-mode))
(with-eval-after-load 'ruby
(global-rinari-mode))