Mercurial > dotfiles
annotate dot_config/zk/config.toml @ 878:837fdac1f972 draft
feat: add some verilog indent options
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Wed, 17 Apr 2024 08:08:21 +0200 |
parents | 875c9ab79c7c |
children |
rev | line source |
---|---|
788 | 1 [notebook] |
2 dir = "~/notebook" | |
3 | |
4 [alias] | |
5 ed = "zk edit --interactive $@" | |
6 ls = "zk list $@" | |
7 | |
8 | |
9 [note] | |
10 # Template used to generate a note's filename, without extension. | |
11 filename = "{{id}}-{{slug title}}" | |
12 | |
13 # The file extension used for the notes. | |
14 extension = "md" | |
15 | |
16 [extra] | |
17 author = "zegervdv" |