From 353b332b72beecd823d8c528431ceda95242d6a9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 21 Jan 2020 21:47:22 -0800 Subject: Change directory of org documents on Windows Instead of using u: I should make a symlink to u: from my Documents to keep things consistent. --- oni-org/oni-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index fb56fb7..530100f 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0114.231111 +;; Version: 2020.0121.214325 ;; Package-Requires: (oni-yasnippet org-plus-contrib org-bullets hydra org-wild-notifier) ;; This program is free software; you can redistribute it and/or modify @@ -49,7 +49,7 @@ "Expand FILE-NAME to the base directory for that system. The base for all org files on Windows is u:/, but on my linux installs it will always be ~." - (let ((base-dir (if (eq system-type 'windows-nt) "u:/" "~"))) + (let ((base-dir "~")) (expand-file-name file-name base-dir))) (defun oni-org-setup-prettify-symbols-mode () -- cgit v1.2.3-54-g00ecf