aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 5feea3b6fe90e1d2b1303ab1e8982fcf83b0ad76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(uiop:define-package #:nx-mosaic
  (:nicknames #:mosaic)
  (:use #:cl)
  (:import-from #:nyxt
                #:define-class
                #:user-class
                #:define-mode
                #:define-command-global
                #:define-internal-page-command-global
                #:current-buffer
                #:url
                #:buffer
                #:buffer-loaded-hook
                #:*browser*
                #:theme
                #:ps-eval
                #:maybe
                #:list-of)
  (:import-from #:serapeum
                #:->
                #:export-always)
  (:documentation "nx-mosaic is an extensible and configurable Nyxt new-buffer page."))