aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 499359c7265570bedb42910dc6f354a6eeb6b172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(uiop:define-package #:nx-tailor
  (:nicknames #:tailor)
  (:use #:cl)
  (:import-from #:nyxt
                #:define-class
                #:user-class
                #:define-mode
                #:define-command
                #:define-command-global
                #:*browser*
                #:theme
                #:current-buffer
                #:current-window
                #:find-submode
                #:url
                #:buffer)
  (:documentation "An interface to manage themes in Nyxt."))