summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-14 12:23:33 +0100
committerGravatar Tom Willemse2016-03-14 12:24:09 +0100
commitc78de4158e9fe722438765c04642c884610c0814 (patch)
treefc95b43c9f0b8df4e53c278c6486bd41be0e4bbb /emacs/.emacs.d/init.el
parent062e2990715411af33909683b11140578c46c84d (diff)
downloaddotfiles-c78de4158e9fe722438765c04642c884610c0814.tar.gz
dotfiles-c78de4158e9fe722438765c04642c884610c0814.zip
Disable wakatime mode
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 7d4d1c6..81be1dc 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -772,9 +772,7 @@ MODE1 is enabled and vice-versa."
(desktop-registry-auto-register)
(yas-global-mode)
(projectile-global-mode)
- (hes-mode)
-
- (global-wakatime-mode))
+ (hes-mode))
(with-eval-after-load 'ruby
(global-rinari-mode))