Skip to content

Commit

Permalink
Automatically load scala config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Aug 11, 2015
1 parent 1f29bac commit 488c4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smartparens-config.el
Expand Up @@ -110,6 +110,7 @@
(eval-after-load "haskell-interactive-mode" '(require 'smartparens-haskell))
(--each '("python-mode" "python")
(eval-after-load it '(require 'smartparens-python)))
(eval-after-load "scala-mode" '(require 'smartparens-scala))

(provide 'smartparens-config)

Expand Down

0 comments on commit 488c4a7

Please sign in to comment.