Clean up
This commit is contained in:
parent
87411e27dd
commit
1e44e890b7
3 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue