notes about AW

This commit is contained in:
Chris Cochrun 2022-05-17 09:50:24 -05:00
parent 0bf1ee4786
commit d988cac71b
2 changed files with 1 additions and 20 deletions

View file

@ -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

19
init.el
View file

@ -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"))))