Huge changes
This commit is contained in:
5
20241210004329-org_roam.org
Normal file → Executable file
5
20241210004329-org_roam.org
Normal file → Executable file
@@ -29,3 +29,8 @@ Here is the current config in my init.el
|
||||
- An article: [[https://ianjones.info/own-your-second-brain][Own your second brain]]
|
||||
- article: [[https://honnef.co/articles/my-org-roam-workflows-for-taking-notes-and-writing-articles/][my-org-roam-workflows-for-taking-notes-and-writing-articles]]
|
||||
- article: [[https://michaelneuper.com/posts/how-i-use-org-roam-to-takes-notes-for-cs/][how-i-use-org-roam-to-takes-notes-for-cs]]
|
||||
|
||||
The command below starts emacs in a terminal and kills it after 10 seconds. this is useful for when I add a note in the main machine, but the server's DB doesn't pick up the changes until Emacs is restarted in the server.
|
||||
#+begin_src bash
|
||||
timeout 10 emacs >/dev/null 2>&1
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user