We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45fabc1 + 90ced79 commit ee9c9fbCopy full SHA for ee9c9fb
sublimity-map.el
@@ -66,7 +66,8 @@
66
(defcustom sublimity-map-criteria
67
'((not (window-minibuffer-p))
68
(or (derived-mode-p 'prog-mode)
69
- (derived-mode-p 'text-mode))
+ (derived-mode-p 'text-mode)
70
+ (derived-mode-p 'css-mode))
71
(<= (/ sublimity-map-size (window-total-width) 1.0)
72
sublimity-map-max-fraction))
73
"sexps that must be evaluated to non-nil when creating minimap"
0 commit comments