branch: externals/idlwave
commit 127405a5c7a25f6e8c0daa88d2f6cb33be94be18
Author: JD Smith <jdtsm...@gmail.com>
Commit: JD Smith <jdtsm...@gmail.com>

    Fontify source code by default.
---
 idlw-help.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idlw-help.el b/idlw-help.el
index 1d954bd973..fa67dee8b9 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -169,7 +169,7 @@ probably a good idea to still call this function as a 
fallback."
   :group 'idlwave-online-help
   :type 'symbol)
 
-(defcustom idlwave-help-fontify-source-code nil
+(defcustom idlwave-help-fontify-source-code t
   "*Non-nil means, fontify source code displayed as help like normal code."
   :group 'idlwave-online-help
   :type 'boolean)

Reply via email to