From b6afc1eb7433b2b48a15403ce41ea32ac9e0414a Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sat, 4 Mar 2023 05:34:49 +0200 Subject: [PATCH] Remove the wakatime api key and ignore it :) --- .config/doom/.gitignore | 5 +++++ .config/doom/custom.el | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) create mode 100644 .config/doom/.gitignore delete mode 100644 .config/doom/custom.el diff --git a/.config/doom/.gitignore b/.config/doom/.gitignore new file mode 100644 index 0000000..7d20dba --- /dev/null +++ b/.config/doom/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +.idea +*.log +tmp/ +custom.el diff --git a/.config/doom/custom.el b/.config/doom/custom.el deleted file mode 100644 index f31ecbe..0000000 --- a/.config/doom/custom.el +++ /dev/null @@ -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. - )