From 618d305a050f5977d4adf4865f46769a7673a56e Mon Sep 17 00:00:00 2001 From: Steven Proctor Date: Thu, 20 Oct 2022 19:31:56 -0500 Subject: [PATCH] fix namespace reference --- nvim/.config/nvim/fnl/dotfiles/mapping.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/mapping.fnl b/nvim/.config/nvim/fnl/dotfiles/mapping.fnl index 3604d7c..2d948e5 100644 --- a/nvim/.config/nvim/fnl/dotfiles/mapping.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/mapping.fnl @@ -14,7 +14,7 @@ (when (string.match k "^dotfiles%..+") (tset package.loaded k nil))) ((. (require :aniseed.env) :init) {:module :dotfiles.init :compile true}) - (a.println "aniseed reloaded!")) + (core.println "aniseed reloaded!")) (vim.keymap.set :n "`" aniseed-reload)