rkiggen / ob-powershell

Emacs Babel Powershell implementation
MIT License
13 stars 6 forks source link

background of org-block to gray93 don't work for powershell babel #4

Open webloginwu opened 1 year ago

webloginwu commented 1 year ago

set background of org-block to gray93, it don't work, this setting works for bash,sh,sql,lisp,etc

(custom-set-faces
        '(org-block 
          ((t (:background "gray93" :extend t))))
        )