Open allholy opened 2 years ago
;; Text background colour after 80 column (defun latex-mode-theme-hook () (require 'color-theme) (font-lock-debug-fontify)) (add-hook 'latex-mode-hook 'latex-mode-theme-hook)
(add-to-list 'auto-mode-alist '("\.txt\'" . (lambda () (font-lock-debug-fontify)) )))
latex
;; Text background colour after 80 column (defun latex-mode-theme-hook () (require 'color-theme) (font-lock-debug-fontify)) (add-hook 'latex-mode-hook 'latex-mode-theme-hook)