From d988cac71b8fdbd7232021ca63386b706137f54b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 17 May 2022 09:50:24 -0500 Subject: [PATCH] notes about AW --- README.org | 2 +- init.el | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/README.org b/README.org index b4b6745f..484941b1 100644 --- a/README.org +++ b/README.org @@ -3009,7 +3009,7 @@ Matrix.el is a decent enough matrix client built in emacs. Like it. #+end_src ** ActivityWatch -I like to track my time with ActivityWatch so I can notice and kill bad habits. +I like to track my time with ActivityWatch so I can notice and kill bad habits. At least I used to but it is pretty heavy on resources and doesn't work on Wayland. #+begin_src emacs-lisp :tangle no (use-package activity-watch-mode :init diff --git a/init.el b/init.el index 1fd4162c..99a8e879 100644 --- a/init.el +++ b/init.el @@ -2246,22 +2246,3 @@ interfere with the default `bongo-playlist-buffer'." gcmh-verbose nil)) (setq warning-suppress-types '((comp))) -(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. - '(org-agenda-files - '("/home/chris/org/todo/notes.org" "/home/chris/org/repetition.org" "/home/chris/org/tfc_plans.org" "/home/chris/org/ministry_team.org" "/home/chris/org/todo/todo.org" "/home/chris/org/newsletter.org" "/home/chris/org/archive.org" "/home/chris/org/nvtfc_social_media.org" "/home/chris/dev/church-presenter/TODO.org" "/home/chris/org/lessons/11_10_mission_impossible.org" "/home/chris/org/lessons/lesson_0_so_what.org" "/home/chris/org/lessons/lesson_10_work.org" "/home/chris/org/lessons/lesson_11_marriage.org" "/home/chris/org/lessons/lesson_12_marriage_2.org" "/home/chris/org/lessons/lesson_13_relationships.org" "/home/chris/org/lessons/lesson_14_rest.org" "/home/chris/org/lessons/lesson_15_rest_and_work.org" "/home/chris/org/lessons/lesson_16_overview_of_before_and_after.org" "/home/chris/org/lessons/lesson_17_why_the_garden_of_eden.org" "/home/chris/org/lessons/lesson_18_eden_and_sin.org" "/home/chris/org/lessons/lesson_19_what_is_god_s_solution_to_sin.org" "/home/chris/org/lessons/lesson_1_so_what.org" "/home/chris/org/lessons/lesson_20_now_what.org" "/home/chris/org/lessons/lesson_21_wrap_up_lesson.org" "/home/chris/org/lessons/lesson_2_in_the_beginning.org" "/home/chris/org/lessons/lesson_3_why_is_knowing_god_important.org" "/home/chris/org/lessons/lesson_4_why_is_genesis_important.org" "/home/chris/org/lessons/lesson_5_image_bearers.org" "/home/chris/org/lessons/lesson_6_do_we_have_value_and_worth.org" "/home/chris/org/lessons/lesson_7_what_role_did_god_give_his_image_bearers.org" "/home/chris/org/lessons/lesson_8_our_role_as_god_s_image_bearers.org" "/home/chris/org/lessons/lesson_9_work_and_why_it_s_a_thing.org" "/home/chris/org/lessons/lesson_christmas_2021.org" "/home/chris/org/lessons/lesson_easter.org" "/home/chris/org/lessons/lesson_giving.org")) - '(pdf-misc-print-program "/usr/bin/lpr" t) - '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t) - '(safe-local-variable-values - '((aggressive-indent-mode) - (projectile-project-run-cmd . "./build/bin/presenter") - (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/")))) -(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. - '(org-moder-tag ((t :background "#9aedfe"))))