Deploying to gh-pages from @ 5dce6261a2 🚀

This commit is contained in:
jethrokuan
2021-08-10 06:02:53 +00:00
parent af6869dc14
commit fc5ceb0b21
3 changed files with 15 additions and 15 deletions

View File

@@ -672,7 +672,7 @@ is to use <a href="https://www.msys2.org/">MSYS2</a> as at the time of this writ
<p>installer automatically takes care of it for you.
</p>
<ul>
<li> Open Emacs and call <code>M-x org-roam-setup</code>
<li> Open Emacs and call <code>M-x org-roam-db-autosync-mode</code>
<p>This will automatically start compiling <code>emacsql-sqlite</code>; you should see a
</p></li></ul>
@@ -777,12 +777,12 @@ for notes. This variable needs to be set before any calls to Org-roam functions.
inside <code>org-roam-directory</code>: Org-roam does not resolve symbolic links.
</p>
<p>Next, we setup Org-roam to run functions on file changes to maintain cache
consistency. This is achieved by running <code>M-x org-roam-setup</code>. To ensure that
Org-roam is available on startup, place this in your Emacs configuration:
consistency. This is achieved by running <code>M-x org-roam-db-autosync-mode~</code>.
To ensure that Org-roam is available on startup, place this in your Emacs
configuration:
</p>
<div class="lisp">
<pre class="lisp">(require 'org-roam)
(org-roam-setup)
<pre class="lisp">(org-roam-db-autosync-mode)
</pre></div>
<p>To build the cache manually, run <code>M-x org-roam-db-sync</code>. Cache builds may

View File

@@ -308,7 +308,7 @@ is to use [[https://www.msys2.org/][MSYS2]] as at the time of this writing:
Note that you do not need to manually set the PATH for MSYS2; the
installer automatically takes care of it for you.
4. Open Emacs and call ~M-x org-roam-setup~
4. Open Emacs and call ~M-x org-roam-db-autosync-mode~
This will automatically start compiling ~emacsql-sqlite~; you should see a
message in minibuffer. It may take a while until compilation completes. Once
@@ -376,12 +376,12 @@ The ~file-truename~ function is only necessary when you use symbolic links
inside ~org-roam-directory~: Org-roam does not resolve symbolic links.
Next, we setup Org-roam to run functions on file changes to maintain cache
consistency. This is achieved by running ~M-x org-roam-setup~. To ensure that
Org-roam is available on startup, place this in your Emacs configuration:
consistency. This is achieved by running ~M-x org-roam-db-autosync-mode~. To
ensure that Org-roam is available on startup, place this in your Emacs
configuration:
#+begin_src emacs-lisp
(require 'org-roam)
(org-roam-setup)
(org-roam-db-autosync-mode)
#+end_src
To build the cache manually, run ~M-x org-roam-db-sync~. Cache builds may

View File

@@ -550,7 +550,7 @@ installer automatically takes care of it for you.
@itemize
@item
Open Emacs and call @code{M-x org-roam-setup}
Open Emacs and call @code{M-x org-roam-db-autosync-mode}
This will automatically start compiling @code{emacsql-sqlite}; you should see a
@end itemize
@@ -637,12 +637,12 @@ The @code{file-truename} function is only necessary when you use symbolic links
inside @code{org-roam-directory}: Org-roam does not resolve symbolic links.
Next, we setup Org-roam to run functions on file changes to maintain cache
consistency. This is achieved by running @code{M-x org-roam-setup}. To ensure that
Org-roam is available on startup, place this in your Emacs configuration:
consistency. This is achieved by running @code{M-x org-roam-db-autosync-mode~}.
To ensure that Org-roam is available on startup, place this in your Emacs
configuration:
@lisp
(require 'org-roam)
(org-roam-setup)
(org-roam-db-autosync-mode)
@end lisp
To build the cache manually, run @code{M-x org-roam-db-sync}. Cache builds may