diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-16 21:57:58 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-16 21:57:58 +0200 |
commit | cb129352321700c03b0ba24cf8c30dbb6b37b024 (patch) | |
tree | 2185565ccb6001a650972f83a1cf1794d452e8ec /fnl/config/orgmode.fnl | |
parent | f9ea89db9b38c64469c1dc8b75659e7b74917236 (diff) |
Add spell check in org
Diffstat (limited to 'fnl/config/orgmode.fnl')
-rw-r--r-- | fnl/config/orgmode.fnl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fnl/config/orgmode.fnl b/fnl/config/orgmode.fnl index 5913069..81c24a3 100644 --- a/fnl/config/orgmode.fnl +++ b/fnl/config/orgmode.fnl @@ -1,5 +1,9 @@ ;; Orgmode for nvim. -(module config.orgmode {autoload {util util}}) +(module config.orgmode {autoload {nvim aniseed.nvim + util util}}) + +(nvim.ex.set "conceallevel=2") +(nvim.ex.set "concealcursor=nc") (let [orgmode (util.load-plugin :orgmode)] (orgmode.setup_ts_grammar) |