2025-12-14 04:51:24 +11:00
|
|
|
;;; -*- lexical-binding: t -*-
|
|
|
|
|
(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.
|
|
|
|
|
'(custom-safe-themes
|
|
|
|
|
'("b3db0d7354ef14156b4d16d406b85ef4441e45a54841e11a49d6bc4933eebf58"
|
|
|
|
|
default))
|
2025-12-14 21:09:42 +11:00
|
|
|
'(org-agenda-files '("~/org/workout.org"))
|
|
|
|
|
'(package-selected-packages nil))
|
2025-12-14 04:51:24 +11:00
|
|
|
(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.
|
|
|
|
|
)
|