Browse Source

Fix package name

main
parent
commit
95a7854752
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 7
      README.org
  2. 2
      modules/emacs.nix

7
README.org

@ -2230,7 +2230,7 @@ Org-mode[fn:60] is a document editing and organizing mode, designed for notes, p
epkgs.org-roam epkgs.org-roam
# epkgs.org-roam-ui # TODO: Provide from Github # epkgs.org-roam-ui # TODO: Provide from Github
epkgs.websocket epkgs.websocket
epkgs.simplehttpd
epkgs.simple-httpd
#+END_SRC #+END_SRC
Org Roam[fn:61] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:62], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:60] for their personal wiki (me). Org Roam Server[fn:63] is a Web application to visualize the Org Roam[fn:61] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface. Org Roam[fn:61] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:62], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:60] for their personal wiki (me). Org Roam Server[fn:63] is a Web application to visualize the Org Roam[fn:61] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface.
@ -2243,6 +2243,11 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl
;; HACK: Set up `org-roam-ui'. ;; HACK: Set up `org-roam-ui'.
(add-to-list 'load-path "~/.local/source/org-roam-ui") (add-to-list 'load-path "~/.local/source/org-roam-ui")
(load-library "org-roam-ui") (load-library "org-roam-ui")
(setq org-roam-ui-follow t
org-roam-ui-sync-theme t
org-roam-ui-open-on-start t
org-roam-ui-update-on-save t
org-roam-ui-browser-function #'browse-url-firefox)
;; Silence the migration warnings. ;; Silence the migration warnings.
(setq org-roam-v2-ack t) (setq org-roam-v2-ack t)

2
modules/emacs.nix

@ -22,7 +22,7 @@ let
epkgs.org-roam epkgs.org-roam
# epkgs.org-roam-ui # TODO: Provide from Github # epkgs.org-roam-ui # TODO: Provide from Github
epkgs.websocket epkgs.websocket
epkgs.simplehttpd
epkgs.simple-httpd
epkgs.org-drill epkgs.org-drill
epkgs.org-pomodoro epkgs.org-pomodoro
epkgs.writegood-mode epkgs.writegood-mode

Loading…
Cancel
Save