Skip to content

Commit

Permalink
Diminish org-roam-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed May 1, 2020
1 parent d44ecac commit a86eddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ prepended to the element after the #+HEADER: tag."
;; org-roam
(when (and emacs/>=26p (executable-find "cc"))
(use-package org-roam
:diminish
:hook (after-init . org-roam-mode)
:bind (:map org-roam-mode-map
(("C-c n l" . org-roam)
Expand Down

0 comments on commit a86eddc

Please sign in to comment.