mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Clean up
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user