Separate themes to its own file, add spelling config
TODO: * fix flyspell not loading on every buffer * Add other dictionaries to flyspell (Polish)
This commit is contained in:
parent
d09ee89c44
commit
a9fa2b4456
6 changed files with 98 additions and 62 deletions
3
ruby.el
3
ruby.el
|
|
@ -21,3 +21,6 @@
|
|||
|
||||
;; Do not insert encoding comments ;;
|
||||
(setq ruby-insert-encoding-magic-comment nil)
|
||||
|
||||
;; Use web mode for erb
|
||||
(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue