Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 10, 2017 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/0fb1a792795b8ec02e26e0b419e3545c to your computer and use it in GitHub Desktop.
Save jmercouris/0fb1a792795b8ec02e26e0b419e3545c to your computer and use it in GitHub Desktop.
NEXT> (remove-if #'(lambda (item) (typep item 'document-mode)) (modes prev-buff))
NIL
NEXT> (modes prev-buff)
(#<DOCUMENT-MODE #x302003C3DF2D>)
NEXT> (remove-if #'(lambda (item) (typep item 'document-mode)) (modes prev-buff))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment