From 90f2676962545b44b1ae2afc8082f87dc88c9539 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 19 Nov 2020 12:04:21 +0100 Subject: [PATCH] Nyxt: Fix spurious comma. --- .config/nyxt/init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nyxt/init.lisp b/.config/nyxt/init.lisp index 492bb7ee..bb53e122 100644 --- a/.config/nyxt/init.lisp +++ b/.config/nyxt/init.lisp @@ -109,7 +109,7 @@ Recognized formats: :search-url (format-c->lisp (nth 2 object))))) (defun personal-file (path) - ,(str:concat (uiop:getenv "PERSONAL") "/" path)) + (str:concat (uiop:getenv "PERSONAL") "/" path)) (defvar my-search-engines (loop for file in `("~/.emacs.d/lisp/init-engine.el"