Browse Source

added comment to a hacky solution

master
Marc Pohling 4 years ago
parent
commit
c2cd9ed2fc
1 changed files with 1 additions and 1 deletions
  1. 2
      init.org

2
init.org

@ -101,7 +101,7 @@
(when *work_remote* (when *work_remote*
(defvar MY--PATH_ORG_FILES "p:/Eigene Dateien/Notizen/") (defvar MY--PATH_ORG_FILES "p:/Eigene Dateien/Notizen/")
(defvar MY--PATH_ORG_FILES_MOBILE nil) ;; hacky way to prevent "free variable" compiler error (defvar MY--PATH_ORG_FILES_MOBILE nil) ;; hacky way to prevent "free variable" compiler error
(defvar MY--PATH_ORG_JOURNAL nil)
(defvar MY--PATH_ORG_JOURNAL nil) ;; hacky way to prevent "free variable" compiler error
(defvar MY--PATH_START "p:/Eigene Dateien/Notizen/")) (defvar MY--PATH_START "p:/Eigene Dateien/Notizen/"))
(setq bookmark-default-file (concat MY--PATH_USER_LOCAL "bookmarks")) (setq bookmark-default-file (concat MY--PATH_USER_LOCAL "bookmarks"))

Loading…
Cancel
Save