diff --git a/.config/nyxt/init.lisp b/.config/nyxt/init.lisp index af6a07c3..d51feb8b 100644 --- a/.config/nyxt/init.lisp +++ b/.config/nyxt/init.lisp @@ -1,3 +1,5 @@ +(in-package :nyxt-user) ; While implicit, this allows SLY to know which package we are in. + (defun eval-in-emacs (&rest s-exps) "Evaluate S-exps with `emacsclient'." (let ((s-exps-string (cl-ppcre:regex-replace-all @@ -41,9 +43,9 @@ (define-mode my-mode () "Dummy mode for the custom key bindings in `*my-keymap*'." - ((keymap-scheme :initform (keymap:make-scheme - scheme:emacs *my-keymap* - scheme:vi-normal *my-keymap*)))) + ((keymap-scheme (keymap:make-scheme + scheme:emacs *my-keymap* + scheme:vi-normal *my-keymap*)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defvar +youtube-dl-command+ "youtube-dl"