Skip to content

Commit

Permalink
[Fix #4] Require ess-mode instead of ess
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Jan 11, 2019
1 parent 6194a2c commit d07c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly-R.el
Expand Up @@ -36,7 +36,7 @@
;;; Code:

(require 'polymode)
(require 'ess)
(require 'ess-mode)

(defgroup poly-R nil
"Settings for poly-R polymodes"
Expand Down

0 comments on commit d07c0ea

Please sign in to comment.