Emacs personal configuration
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
265B

  1. (require-package 'tagedit)
  2. (after-load 'sgml-mode
  3. (tagedit-add-paredit-like-keybindings)
  4. (add-hook 'sgml-mode-hook (lambda () (tagedit-mode 1))))
  5. (add-auto-mode 'html-mode "\\.(jsp|tmpl)\\'")
  6. ;; Note: ERB is configured in init-ruby-mode
  7. (provide 'init-html)