Skip to content

Commit

Permalink
fix tags search for org-roam
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Aug 2, 2021
1 parent c0926ea commit d706bff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/init-org-mode.el
Expand Up @@ -5,7 +5,7 @@
(setq org-agenda-files (list "~/.org/"))
(setq org-refile-targets '((org-agenda-files :maxlevel . 3)))
:config
(global-set-key "\C-cl" 'org-store-link)
;; (global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-switchb)
(global-set-key "\C-cc" 'org-capture)
Expand Down Expand Up @@ -69,6 +69,7 @@

(use-package org-roam
:ensure t
:init (setq org-roam-v2-ack t)
:custom
(org-roam-directory (file-truename "~/.org-roam/"))
:bind (("C-c n l" . org-roam-buffer-toggle)
Expand All @@ -79,6 +80,7 @@
;; Dailies
("C-c n j" . org-roam-dailies-capture-today))
:config
(setq org-roam-node-display-template "${title} ${tags}")
(org-roam-setup))

(use-package olivetti
Expand Down

0 comments on commit d706bff

Please sign in to comment.