Partially encrypt configuration

It's still in the Git history for the time being, but I'd rather not
make it /too/ accessible.
This commit is contained in:
contrapunctus 2022-02-19 15:12:16 +05:30
parent 9871aace1a
commit e55008c430
1 changed files with 26 additions and 25 deletions

View File

@ -1842,17 +1842,26 @@ choice.el is required by =chronometrist-key-values=
("Tags" 20 t)
("Details" 55 t)
("Duration" 20 t :right-align t :pad-right 3)
("Time" 10 t)]
chronometrist-task-list '("Acting" "Arrangement/new edition" "Aural exercises"
"Composing" "Cooking"
"Data organization" "Digitization"
"Exercise" "Guitar" "Housekeeping" "Keyboard" "Khilona archiving"
"OSM" "Performance" "Physical organization" "Programming"
"Reading" "Recording" "Sequencing" "Singing" "Subtitles"
"Teaching" "Theatre" "Theory" "Transcription"
"Video editing" "Voice" "Wikisource" "Wiktionary" "Writing")))
("Time" 10 t)]))
#+END_SRC
**** private config :crypt:
-----BEGIN PGP MESSAGE-----
jA0ECQMCv6JpOUpeiBn/0sEyAXTx2w7PFIY6FDKLWZjywmFiU7cH7vTF41bGqcCc
b0X6/txyHdXTKaME6kxjTWixeSNGa2hbnJXsPaotkXBEAgRgn17i5Qfe3zn7KPOK
vyCpXjB3DURxzrot6MX2Odllhu/udgpYz3l1riNpS4A8bML08caKqGmbNSB6Z2S9
rMmCoXA3tnErzyopeKdf+B5f3rFYhoGwUZDXdpeGwOv02ObVTQ46lo1ZNYnHS7P0
Q+2OhhTT+aUIhyqJro/tgd7AjX1AHkhMLKaOH/26ij87FmFakJ4qAx1cMMfTgr7y
SLffJ7Oho1f5VpuEGodBpa+KWSl2WALAEf7fPYBeBag2FaO+/wDSfiaRdYU0GwP2
Dr2So6HNJVMUjSF5Swmphx+1W3I2KuVxb8n6PW8exCrZmmuX6BnJEfyXBc4V/nXA
DTBtvHghRJNCznaSlwNPnEposGHfNIeeXgEgMsA77fvx3z0S+y3GqntkvWa5NSMJ
IOhATmIgXRmVpLTUexd2cdMSIDgv9eMfWylyLBEDO8eMCo5EAreLpKjxkbi4pBc0
D7k4GGJun+BNH4k0oKIWXtunUvkqpEQ5Rcikw1odYWUZxu0x6Z+rZKlsNy4Sescf
CpXgtR8glWmgerWCXQpHWVaAW45d2FeoFPAh/TeJR2u4N94/
=+veS
-----END PGP MESSAGE-----
**** activity-indicator
#+BEGIN_SRC emacs-lisp
(defun my-chronometrist-activity-indicator ()
@ -2474,22 +2483,7 @@ What if...
:load-path "~/.emacs.d/contrapunctus/chronometrist-goal/"
:hook (chronometrist-mode . chronometrist-goal-minor-mode)
:config
(setq chronometrist-goal-list
'((30 "Arrangement/new edition")
(15 "Aural exercises")
(15 "Transcription" "Theory")
;; was 30 before, but that was too little for composing
(60 "Composing" "Writing" "Recording")
(15 "Data organization" "Physical organization" "Khilona archiving")
(60 "Exercise")
(120 "Guitar")
(90 "Reading")
(60 "Singing")
(30 "Subtitles")
(15 "Acting")
(30 "Keyboard")
(15 "Wikisource"))
alert-default-style 'libnotify))
(setq alert-default-style 'libnotify))
#+END_SRC
*** spark
@ -4351,6 +4345,13 @@ preceded by another heading) and after headings."
)
#+END_SRC
*** org-crypt
#+BEGIN_SRC emacs-lisp
(use-package org-crypt
:after org
:config (org-crypt-use-before-save-magic))
#+END_SRC
** markdown-mode :editing:
#+BEGIN_SRC emacs-lisp
(use-package markdown-mode