some updates mostly for bluetooth and games

This commit is contained in:
Matt Nish-Lapidus 2025-03-04 13:15:26 -05:00
parent 04c1b47619
commit 3a9fea436d
6 changed files with 103 additions and 80 deletions

View file

@ -18,10 +18,14 @@
'("kagi" "https://kagi.com/search?q=~a" "https://www.kagi.com/")
'("wiki" "https://en.wikipedia.org/w/index.php?search=~a" "https://en.wikipedia.org/")))
(define-configuration :buffer
((search-engines (append (mapcar (lambda (engine) (apply 'make-search-engine engine))
*my-search-engines*)
%slot-default%))))
(define-configuration context-buffer
"Go through the search engines above and make-search-engine"
((search-engines
(append %slot-default%
(mapcar
(lambda (engine) (apply 'make-search-engine engine))
*my-search-engines*)))))
;; keybindings: small emacs experience in CUA (default mode) of Nyxt
(define-configuration buffer