ccflow -> slaptop

This commit is contained in:
Sascha Lüdecke
2026-07-30 13:18:59 +02:00
parent 00cbb851ec
commit bd8f338b4a
4 changed files with 6 additions and 6 deletions

View File

@@ -5,10 +5,10 @@
---------------------------------------------------
-- this is specific for a machine
if vim.loop.os_gethostname() == 'ccflow' then
if vim.loop.os_gethostname() == 'slaptop' then
_G.ORG_BASE_FOLDER = '~/Documents/Eigene (Briefe etc.)/org'
else
_G.ORG_BASE_FOLDER = '~/OneDrive - Stadt Rosenheim/Desktop/orgfiles'
_G.ORG_BASE_FOLDER = '~/OneDrive/Desktop/orgfiles'
end
sl_opt = {
org_base_folder = ORG_BASE_FOLDER,