allholy / emacs_personal

0 stars 0 forks source link

remove highlight text from latex and txt #1

Open allholy opened 2 years ago

allholy commented 2 years ago

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)

allholy commented 2 years ago

(add-to-list 'auto-mode-alist '("\.txt\'" . (lambda () (font-lock-debug-fontify)) )))