Add wakatime mode

This commit is contained in:
Tom Willemse 2015-04-08 15:06:06 +02:00
parent a43b50504e
commit e4b9421f79

View file

@ -1491,7 +1491,9 @@ from myaethon2.core.decorators import (
(kill-local-variable 'mode-line-format) (kill-local-variable 'mode-line-format)
(when (string-equal system-name "drd") (when (string-equal system-name "drd")
(require 'colemak-evil)) (require 'colemak-evil))
(global-evil-surround-mode)) (global-evil-surround-mode)
(global-wakatime-mode))
(with-eval-after-load 'ruby (with-eval-after-load 'ruby
(global-rinari-mode)) (global-rinari-mode))