mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Set mumamo-background-chunk-major in debug-ein.el
This commit is contained in:
parent
5bff8e010e
commit
51881b40f6
1 changed files with 9 additions and 0 deletions
|
@ -51,6 +51,15 @@
|
|||
(require 'ein-smartrep)
|
||||
(ein:smartrep-config))
|
||||
|
||||
(custom-set-faces
|
||||
;; Turn off background color for mumamo major chunk, to see
|
||||
;; highlighting of prompt and stderr.
|
||||
'(mumamo-background-chunk-major
|
||||
((((class color) (min-colors 88) (background dark)) nil)))
|
||||
;; '(mumamo-background-chunk-submode1
|
||||
;; ((((class color) (min-colors 88) (background dark)) nil)))
|
||||
)
|
||||
|
||||
|
||||
;; Suppress this warning when using mumamo:
|
||||
;; Warning: `font-lock-syntactic-keywords' is an obsolete variable (as of 24.1);
|
||||
|
|
Loading…
Add table
Reference in a new issue