(completions): don't complete org-roam nodes in source blocks (#2292)
* don't complete org-roam nodes in source blocks This fixes the following situation where `org-roam-completion-everywhere = t` and you are working with org-babel blocks in one of your org-roam nodes. ``` ``` Before my nodes would be suggested, but after this change only valid babel headers are suggested as desired. Previously completions from org-roam nodes would be suggested * fix lints Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>master
parent
cdad2ee7f6
commit
45a6863e07
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue