202412291735476965
This commit is contained in:
parent
a1cb7d1575
commit
681f02385c
7 changed files with 68 additions and 6 deletions
22
global/.config/promnesia/config.py
Normal file
22
global/.config/promnesia/config.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
from promnesia.common import Source
|
||||
from promnesia.sources import auto
|
||||
|
||||
"""
|
||||
List of sources to use.
|
||||
|
||||
You can specify your own, add more sources, etc.
|
||||
See https://github.com/karlicoss/promnesia#setup for more information
|
||||
"""
|
||||
SOURCES = [
|
||||
# Source(
|
||||
# auto.index,
|
||||
# # just some arbitrary directory with plaintext files
|
||||
# '/usr/share/vim/',
|
||||
# )
|
||||
Source(
|
||||
auto.index,
|
||||
"/home/fz0x1/org/braindump/",
|
||||
name="pkm",
|
||||
ignored=["*.html", "*.gpg"],
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue