(chore): change main branch to master (#250)

This commit is contained in:
Jethro Kuan
2020-03-08 15:05:57 +08:00
committed by GitHub
parent 6eb7238daf
commit 3fccaef967
2 changed files with 26 additions and 26 deletions

View File

@ -40,7 +40,7 @@ The recommended method is using use-package and straight, or a similar package m
(use-package org-roam
:hook
(after-init . org-roam-mode)
:straight (:host github :repo "jethrokuan/org-roam" :branch "develop")
:straight (:host github :repo "jethrokuan/org-roam")
:custom
(org-roam-directory "/path/to/org-files/")
:bind (:map org-roam-mode-map