I am using org-mode on Macintosh GNU Emacs version 24.5.1 in GUI mode and the headers are enlarged. I would like to disable this feature so they rendered in the default font size.
I have tried this...
(with-eval-after-load "monokai-theme" (custom-theme-set-faces 'monokai '(org-level-1 ((t (:weight semi-bold :height 1.0)))) '(org-level-2 ((t (:weight semi-bold :height 1.0)))) '(org-level-3 ((t (:weight semi-bold :height 1.0)))) '(org-level-4 ((t (:weight semi-bold :height 1.0)))))) Though this clobbers the theme and the colors are no loner rendered.
Should I accomplish it a different way?
:heightof theorg-levels to a larger size. Manually reseting them is the only way I have found.