I want to enable helm-follow-mode
for helm-org-in-buffer-headings
. This is what I have so far:
(add-hook 'helm-after-initialize-hook
((lambda () (helm-attrset
'follow 1 helm-org-in-buffer-headings))))
But not working yet. Any ideas?