Huge changes

This commit is contained in:
2026-03-08 13:04:05 +00:00
parent 51eb41965c
commit b19e3c1039
167 changed files with 1786 additions and 342 deletions

5
20241210004329-org_roam.org Normal file → Executable file
View 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