summaryrefslogtreecommitdiffstats
diff options
context:
space:
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))