configs/emacs: set roam-node-display-template
also use swiper-isearch
This commit is contained in:
parent
776df10486
commit
1db4ec3ed1
@ -218,7 +218,7 @@ code.. etc. Combined with ~smex~ for sorting (shows last used things first) and
|
|||||||
(use-package ivy
|
(use-package ivy
|
||||||
:hook (after-init . ivy-mode)
|
:hook (after-init . ivy-mode)
|
||||||
:bind
|
:bind
|
||||||
("C-s" . swiper)
|
("C-s" . swiper-isearch)
|
||||||
("M-x" . counsel-M-x)
|
("M-x" . counsel-M-x)
|
||||||
("C-x C-f" . counsel-find-file)
|
("C-x C-f" . counsel-find-file)
|
||||||
("C-x b" . ivy-switch-buffer))
|
("C-x b" . ivy-switch-buffer))
|
||||||
@ -651,6 +651,10 @@ Custom agenda commands for various things.
|
|||||||
("C-c n j" . org-roam-dailies-capture-today))
|
("C-c n j" . org-roam-dailies-capture-today))
|
||||||
:config
|
:config
|
||||||
(setq org-roam-completion-everywhere t)
|
(setq org-roam-completion-everywhere t)
|
||||||
|
(setq org-roam-node-display-template
|
||||||
|
(concat "${title:40} "
|
||||||
|
(propertize "${tags:40}" 'face 'org-tag)
|
||||||
|
"${file}"))
|
||||||
(require 'org-roam-protocol))
|
(require 'org-roam-protocol))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user