mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Stop quotes in BG mode fortified by python-mode
See: > If your mode fontifies text explicitly by adding font-lock-face > properties, it can specify (nil t) for font-lock-defaults to turn off > all automatic fontification. -- http://www.gnu.org/software/emacs/manual/html_node/elisp/Font-Lock-Basics.html
This commit is contained in:
parent
f1d8e506e1
commit
f9d0f56afe
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
|
||||
(define-derived-mode ein:notebook-bg-mode fundamental-mode "ein:bg"
|
||||
"Background mode for `ein:notebook-mumamo-mode'."
|
||||
(setq font-lock-defaults '(nil t))
|
||||
(font-lock-mode))
|
||||
|
||||
(define-mumamo-multi-major-mode ein:notebook-mumamo-mode
|
||||
|
|
Loading…
Add table
Reference in a new issue