1
0
Fork 0

[oni-org-roam] Don't automatically show the roam buffer

This commit is contained in:
Tom Willemse 2023-08-05 23:39:17 -07:00
parent f934d1af0b
commit 240cdb80cd

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2023.0728.155508 ;; Version: 2023.0805.233914
;; Package-Requires: (oni-org org-roam) ;; Package-Requires: (oni-org 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
@ -99,8 +99,6 @@
(slot . 0) (slot . 0)
(window-width . 66))) (window-width . 66)))
(add-hook 'window-state-change-hook #'oni-org-roam-auto-toggle-roam-buffer)
(advice-add 'org-agenda :before #'oni-org-roam-update-todo-files) (advice-add 'org-agenda :before #'oni-org-roam-update-todo-files)
;;; These two properties are used a lot when working in org-roam'. ROAM_REFS' ;;; These two properties are used a lot when working in org-roam'. ROAM_REFS'