Changeset 8028 for dotfiles/emacs
- Timestamp:
- 03/17/08 15:30:46 (5 years ago)
- Location:
- dotfiles/emacs/typester
- Files:
-
- 2 modified
-
.emacs.d/conf/50_nxml.el (modified) (1 diff)
-
.emacs.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/emacs/typester/.emacs.d/conf/50_nxml.el
r8017 r8028 7 7 (add-hook 'nxml-mode-hook 'xml-fragment-mode-on-maybe) 8 8 9 (add-to-list 'xml-fragment-wrapper-alist 10 '("\\.html?$" . xml-fragment-wrapper-xhtml1) 11 '("\\.tt$" . xml-fragment-wrapper-xhtml1) 12 ) 9 (add-to-list 'xml-fragment-wrapper-alist '("\\.html?$" . xml-fragment-wrapper-xhtml1)) 10 (add-to-list 'xml-fragment-wrapper-alist '("\\.tt$" . xml-fragment-wrapper-xhtml1)) 13 11 14 12 (add-hook 'nxml-mode-hook -
dotfiles/emacs/typester/.emacs.el
r8020 r8028 3 3 4 4 5 ; customize 。つかってなかったけど積極的に使うようにしたい5 ; customize 6 6 (custom-set-variables 7 7 ;; custom-set-variables was added by Custom. … … 9 9 ;; Your init file should contain only one such instance. 10 10 ;; If there is more than one, they won't work right. 11 '(nxhtml-default-encoding (quote utf-8))12 '(nxhtml-global-minor-mode nil)) 11 ) 12 13 13 (custom-set-faces 14 14 ;; custom-set-faces was added by Custom. … … 16 16 ;; Your init file should contain only one such instance. 17 17 ;; If there is more than one, they won't work right. 18 )18 '(rng-error-face ((t (:weight bold)))))
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)