diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-23 16:03:49 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-23 16:03:49 +0200 |
commit | 7f8afb99e24d546973662ef2d59cf85db9d019dd (patch) | |
tree | 115620ac372a2ca2eeae8c24bcdf4c6207699075 /org-roam-ui.el | |
parent | 10cda32757e4940845c5c1479af09fe0b323222c (diff) | |
parent | 57b2ae80a4e6e496526f815f1e3fd1af56e0aa8c (diff) |
made links a little brighter
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index 7dad383..5c3d5b6 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -46,7 +46,7 @@ (defvar org-roam-ui/root-dir default-directory "Root directory of the org-roam-ui project.") -(defvar org-roam-ui/app-build-dir (expand-file-name "./build/") +(defvar org-roam-ui/app-build-dir (expand-file-name "./out/") "Directory containing org-roam-ui's web build.") ;;; Dynamic variables |