Skip to content

Commit

Permalink
Merge branch 'master' of github.com:magnars/expand-region.el
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Jul 5, 2012
2 parents ca212f6 + 08fe6eb commit 1ffabe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expand-region.el
Original file line number Diff line number Diff line change
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 1ffabe5

Please sign in to comment.