This commit is contained in:
Henrik Lissner 2015-02-05 00:59:04 -05:00
parent 87411e27dd
commit 1e44e890b7
3 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@
(associate-mode "/\\.rspec$" 'text-mode)) (associate-mode "/\\.rspec$" 'text-mode))
:config :config
(progn (progn
(message "Ruby loaded!")
;;; Formatting ;;; Formatting
(setq ruby-indent-level 2) (setq ruby-indent-level 2)
(setq ruby-deep-indent-paren t) (setq ruby-deep-indent-paren t)

View file

@ -1,3 +1,4 @@
;; For GNU-Smalltalk
(use-package smalltalk-mode :mode "\\.g?st$") (use-package smalltalk-mode :mode "\\.g?st$")
(provide 'init-smalltalk) (provide 'init-smalltalk)

View file

@ -6,7 +6,6 @@
(bind 'motion css-mode-map "gQ" 'web-beautify-css))) (bind 'motion css-mode-map "gQ" 'web-beautify-css)))
(use-package web-mode (use-package web-mode
:commands web-mode
:mode (("\\.\\(p\\)?htm\\(l\\)?$" . web-mode) :mode (("\\.\\(p\\)?htm\\(l\\)?$" . web-mode)
("\\.tpl\\(\\.php\\)?$" . web-mode) ("\\.tpl\\(\\.php\\)?$" . web-mode)
("\\.erb$" . web-mode) ("\\.erb$" . web-mode)