config/emacs: add wakatime
This commit is contained in:
parent
81cd97d057
commit
a475f3ab1e
1 changed files with 7 additions and 0 deletions
|
@ -905,6 +905,13 @@ people will probably get mad at me if i dont have this and i try to contribute
|
||||||
:config
|
:config
|
||||||
(editorconfig-mode 1))
|
(editorconfig-mode 1))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** wakatime
|
||||||
|
the feds are watching
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package wakatime-mode
|
||||||
|
:config
|
||||||
|
(global-wakatime-mode))
|
||||||
|
#+end_src
|
||||||
* Languages
|
* Languages
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(message "Reached languages")
|
(message "Reached languages")
|
||||||
|
|
Loading…
Reference in a new issue