Wrap lines in org-roam-backlinks buffer
Should be made redundant by hlissner/doom-emacs#2896
This commit is contained in:
parent
53961f6c60
commit
4785516a48
|
@ -256,6 +256,9 @@ Customize the capture templates:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(after! org-roam
|
(after! org-roam
|
||||||
(set-face-attribute 'org-roam-link nil :foreground "#CCCC60")
|
(set-face-attribute 'org-roam-link nil :foreground "#CCCC60")
|
||||||
|
;; this line can be removed if https://github.com/hlissner/doom-emacs/pull/2896
|
||||||
|
;; gets merged
|
||||||
|
(add-hook 'org-roam-backlinks-mode-hook 'turn-on-visual-line-mode)
|
||||||
(setq org-roam-capture-templates
|
(setq org-roam-capture-templates
|
||||||
'(("d" "default" plain (function org-roam-capture--get-point)
|
'(("d" "default" plain (function org-roam-capture--get-point)
|
||||||
"%?"
|
"%?"
|
||||||
|
|
Loading…
Reference in a new issue