Nyxt: Fix spurious comma.

master
Pierre Neidhardt 2020-11-19 12:04:21 +01:00
parent 5d32b5a8e7
commit 90f2676962
1 changed files with 1 additions and 1 deletions

View File

@ -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"