From 377d70ae7151cb51112e8898345f7a6bab460a2f Mon Sep 17 00:00:00 2001 From: Ralf Hemmecke Date: Wed, 25 Sep 2013 09:20:12 +0200 Subject: [PATCH] switch on show-paren-mode unconditionally --- mathematica.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathematica.el b/mathematica.el index 2fab18b..62404f6 100644 --- a/mathematica.el +++ b/mathematica.el @@ -371,7 +371,7 @@ Turning on mathematica-m-mode runs the hook `mathematica-m-mode-hook'. (run-hooks 'mathematica-m-mode-hook) ;(message "(run-hooks 'mathematica-m-mode-hook)") - (show-paren-mode) ; show matching parentheses in color. + (show-paren-mode 1) ; show matching parentheses in color. ; it seems, that it doesn't work for me: I have to call it interactively. (setq debug-flag 1) ) -- 2.1.4