some updates mostly for bluetooth and games
This commit is contained in:
parent
04c1b47619
commit
3a9fea436d
6 changed files with 103 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue