1
0
Fork 0

Add ‘org-roam’

This commit is contained in:
Tom Willemse 2020-07-14 09:55:51 -07:00
parent 776b55608f
commit dbf740ba1e

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0710.101908 ;; Version: 2020.0714.095527
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons) ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-roam)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
@ -36,6 +36,7 @@
(require 'org-edna) (require 'org-edna)
(require 'org-element) (require 'org-element)
(require 'org-habit) (require 'org-habit)
(require 'org-roam)
(require 'subr-x) (require 'subr-x)
(require 'yasnippet) (require 'yasnippet)
@ -199,6 +200,8 @@ _l_: Store link ^^ _j_: Journal entry
(setq org-src-fontify-natively t) (setq org-src-fontify-natively t)
(setq org-use-fast-todo-selection t) (setq org-use-fast-todo-selection t)
(setq org-roam-directory "~/documents/zettelkasten")
;;; Set the maximum indentation level for description lists to 5 (which is the ;;; Set the maximum indentation level for description lists to 5 (which is the
;;; seemingly hardcoded value of the indentation it gets when it goes over ;;; seemingly hardcoded value of the indentation it gets when it goes over
;;; org-list-description-max-indent) so that I dont get dangling descriptions ;;; org-list-description-max-indent) so that I dont get dangling descriptions
@ -348,6 +351,7 @@ also move point to the start of the heading."
(add-hook 'org-mode-hook 'org-indent-mode) (add-hook 'org-mode-hook 'org-indent-mode)
(add-hook 'org-mode-hook 'visual-line-mode) (add-hook 'org-mode-hook 'visual-line-mode)
(org-roam-mode)
(org-edna-mode) (org-edna-mode)
(unless (eq system-type 'windows-nt) (unless (eq system-type 'windows-nt)