commit ab6c641f9da3e4c4da53c1790dab121f8462c4cf from: Omar Polo date: Sat Jun 25 12:27:05 2022 UTC disable syntax highlighting in diff buffers too commit - 946915d0066d87a89d4f2434afa434db1c3fd9a1 commit + ab6c641f9da3e4c4da53c1790dab121f8462c4cf blob - fb31686e775606ffafb67d64a8b638d25a44634d blob + 21148f73996c5c2f2cc6b10abc359d2eaad862a0 --- emacs/init.el +++ emacs/init.el @@ -36,6 +36,9 @@ ;; useful, but for me it's more of a visual noise most of the times. (setq diff-refine nil) +;; disable also the syntax highlighting in the diff buffers +(setq diff-font-lock-syntax nil) + (define-key global-map (kbd "C-x C-b") #'ibuffer) (define-key global-map (kbd "M-g i") #'imenu)