Skip to content

Commit

Permalink
Merge pull request #30 from featheredtoast/css-map-support
Browse files Browse the repository at this point in the history
adding css mode explicitly
  • Loading branch information
zk-phi committed Dec 30, 2015
2 parents 45fabc1 + 90ced79 commit ee9c9fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sublimity-map.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
(defcustom sublimity-map-criteria
'((not (window-minibuffer-p))
(or (derived-mode-p 'prog-mode)
(derived-mode-p 'text-mode))
(derived-mode-p 'text-mode)
(derived-mode-p 'css-mode))
(<= (/ sublimity-map-size (window-total-width) 1.0)
sublimity-map-max-fraction))
"sexps that must be evaluated to non-nil when creating minimap"
Expand Down

0 comments on commit ee9c9fb

Please sign in to comment.