emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to utilize Org mode editing without display formatting


From: Rohit Patnaik
Subject: Re: How to utilize Org mode editing without display formatting
Date: Sun, 28 Aug 2022 20:59:50 -0500
User-agent: Cyrus-JMAP/3.7.0-alpha0-841-g7899e99a45-fm-20220811.002-g7899e99a

Could you do this with a mode-hook? Something like: 

(add-hook 'org-mode-hook
  (lambda ()
    (when (memq (buffer-file-name) 'list-of-files-to-not-highlight)
      (font-lock-mode -1))))


-- Rohit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]