Skip to content

Instantly share code, notes, and snippets.

@shishi
Created January 5, 2012 12:54
Show Gist options
  • Save shishi/1565141 to your computer and use it in GitHub Desktop.
Save shishi/1565141 to your computer and use it in GitHub Desktop.
rinari in init.el
;; rinari
(require 'rinari)
(setq rinari-tags-file-name "TAGS")
;; rinari nxhtml
(setq
nxhtml-global-minor-mode t
mumamo-chunk-coloring 'submode-colored
nxhtml-skip-welcome t
indent-region-mode t
rng-nxml-auto-validate-flag nil
nxml-degraded t)
(add-to-list 'auto-mode-alist '("\\.html\\.erb$" . eruby-nxhtml-mumamo-mode))
(add-to-list 'auto-mode-alist '("\\.rhtml$" . eruby-html-mumamo-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment