From: Don Armstrong Date: Tue, 8 Dec 2015 19:00:19 +0000 (-0600) Subject: override permanent local in ess X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=37fd54fcd60c1be54d292772d8d4d40764fdb263;p=lib.git override permanent local in ess --- diff --git a/emacs_el/configuration/ess_configuration.el b/emacs_el/configuration/ess_configuration.el index 915733b..7e19f08 100644 --- a/emacs_el/configuration/ess_configuration.el +++ b/emacs_el/configuration/ess_configuration.el @@ -1,3 +1,16 @@ +(eval-after-load "ess" + '(mapcar 'ess-noweb-make-variable-permanent-local + '(ess-noweb-mode + ess-local-process-name ;; also made permanent in ess-mode, but let it be + ess-dialect + ess-language + ess-noweb-narrowing + ess-noweb-chunk-vector + ess-noweb-doc-mode + ess-noweb-code-mode + ess-noweb-default-code-mode + ess-noweb-last-chunk-index))) + (defun ess-change-directory (path) "Set the current working directory to PATH for both *R* and Emacs." (interactive "DDirectory to change to: ")