Add wakatime mode
This commit is contained in:
parent
a43b50504e
commit
e4b9421f79
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue