summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-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))