Skip to content

Commit

Permalink
ess - don't load by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Feb 22, 2011
1 parent b1f4ae8 commit ed23bc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions initializers.available/ess.el
Expand Up @@ -3,8 +3,7 @@


(autoload 'R-mode "ess-site" "" t nil) (autoload 'R-mode "ess-site" "" t nil)
(autoload 'R "ess-site" "" t nil) (autoload 'R "ess-site" "" t nil)
(add-to-list 'load-path "~/.emacs.d/vendor/vr-mode") (load-file "~/.emacs.d/vendor/ess-5.5/lisp/ess-site.el")
;; (load-file "~/.emacs.d/vendor/ess-5.5/lisp/ess-site.el")


;; https://stat.ethz.ch/pipermail/ess-help/2009-February/005158.html ;; https://stat.ethz.ch/pipermail/ess-help/2009-February/005158.html
(setq ess-eval-visibly-p nil) (setq ess-eval-visibly-p nil)
Expand Down
1 change: 0 additions & 1 deletion initializers.enabled/ess.el

This file was deleted.

0 comments on commit ed23bc8

Please sign in to comment.