papis: Add fediverse library
Individual sub-libraries should probably really be created in a dynamic python configuration file, but for now we just add it manually.
This commit is contained in:
parent
5dff1db3db
commit
15415ab7fa
2 changed files with 26 additions and 13 deletions
|
@ -31,27 +31,40 @@ editmore = vi
|
|||
[main]
|
||||
dir = ~/documents/library
|
||||
|
||||
[emgs]
|
||||
dir = ~/documents/library/emgs
|
||||
|
||||
[academia]
|
||||
dir = ~/documents/library/academia
|
||||
|
||||
# My personal reading
|
||||
[personal]
|
||||
dir = ~/documents/library/personal
|
||||
|
||||
[cs]
|
||||
dir = ~/documents/library/cs
|
||||
|
||||
[ee]
|
||||
dir = ~/documents/library/ee
|
||||
|
||||
# Sustainable supply chain logistics, especially procurement
|
||||
[litrev-rahman]
|
||||
dir = ~/documents/library/litrev-rahman
|
||||
|
||||
# Addressing Inequalities in World of Work research
|
||||
[ilo]
|
||||
dir = ~/documents/library/ilo-wow
|
||||
|
||||
# fediverse-related academia, from
|
||||
# https://www.zotero.org/groups/5490166/fediverse_research
|
||||
[fedi]
|
||||
dir = ~/documents/library/fediverse
|
||||
|
||||
# General computer science reading
|
||||
[cs]
|
||||
dir = ~/documents/library/cs
|
||||
|
||||
# Electrical engineering reading
|
||||
[ee]
|
||||
dir = ~/documents/library/ee
|
||||
|
||||
# All my university programme readings
|
||||
[emgs]
|
||||
dir = ~/documents/library/emgs
|
||||
|
||||
# General research reading
|
||||
[academia]
|
||||
dir = ~/documents/library/academia
|
||||
|
||||
|
||||
[plugins.extract]
|
||||
tags = {"red": "important", "green": "extra", "blue": "toread"}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ open_document_embedded o
|
|||
toggle_custom_color <C-r>
|
||||
toggle_two_page_mode d
|
||||
|
||||
goto_begining gg
|
||||
#goto_begining gg
|
||||
goto_end G
|
||||
|
||||
screen_up <C-u>
|
||||
|
|
Loading…
Reference in a new issue