summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/settings/options.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl
index 9800834..8148f1f 100644
--- a/fnl/settings/options.fnl
+++ b/fnl/settings/options.fnl
@@ -70,8 +70,7 @@
:scrolloff 8
:sidescrolloff 8
;; the font used in graphical neovim applications
- :guifont "monospace:h17"
- })
+ :guifont "monospace:h17"})
(defn- apply-opts [] (each [k v (pairs opts)]
(tset vim.opt k v)))