Remove the wakatime api key and ignore it :)
This commit is contained in:
parent
7b3ce3e0ff
commit
b6afc1eb74
2 changed files with 5 additions and 13 deletions
5
.config/doom/.gitignore
vendored
Normal file
5
.config/doom/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
custom.el
|
|
@ -1,13 +0,0 @@
|
|||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(wakatime-api-key "waka_b59edc05-c4e0-40a9-890d-66beb94607d5")
|
||||
'(wakatime-cli-path "/usr/bin/wakatime-cli"))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
Loading…
Reference in a new issue