bbatsov / zenburn-emacs

The Zenburn colour theme ported to Emacs
GNU General Public License v3.0
990 stars 269 forks source link

'box' attribute #246

Closed joinvim closed 8 years ago

joinvim commented 8 years ago

How set 'box' attribute on Helm sections to 'nil'? default

yamad commented 8 years ago

Try something like:

(custom-set-faces '(helm-source-header ((t (:box nil)))))
joinvim commented 8 years ago

Thanks, maybe it's works, but i now turn off helm.