Skip to content

Commit

Permalink
Replace "org-mode" with "org" in eval-after-load.
Browse files Browse the repository at this point in the history
There is no org-mode.el package, at least in current org-mode
repository, so org-mode-expansions was not loaded automatically.
  • Loading branch information
hron committed Jul 3, 2012
1 parent 2e889e3 commit 28b41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expand-region.el
Expand Up @@ -156,7 +156,7 @@
(require 'python-el-fgallina-expansions))))
(eval-after-load "python-mode" '(require 'python-mode-expansions))
(eval-after-load "ruby-mode" '(require 'ruby-mode-expansions))
(eval-after-load "org-mode" '(require 'org-mode-expansions))
(eval-after-load "org" '(require 'org-mode-expansions))

;; unfortunately html-mode inherits from text-mode
;; and text-mode-expansions don't work well in html-mode
Expand Down

0 comments on commit 28b41b4

Please sign in to comment.