Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. (defclass my-buffer (buffer)
  2. ((highlighted-box-style :accessor highlighted-box-style
  3. :initform (cl-css:css
  4. '((".next-hint.next-highlight-hint"
  5. :background "green"))))))
  6.  
  7. (setf *buffer-class* 'my-buffer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement