Changeset 8028 for dotfiles/emacs

Show
Ignore:
Timestamp:
03/17/08 15:30:46 (5 years ago)
Author:
typester
Message:

.ttのときxml-fragment-modeになってなかったりしたので修正とか、nxmlの構文チェックエラー行のアンダーライン消したりだとか

Location:
dotfiles/emacs/typester
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/emacs/typester/.emacs.d/conf/50_nxml.el

    r8017 r8028  
    77(add-hook 'nxml-mode-hook 'xml-fragment-mode-on-maybe) 
    88 
    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)) 
    1311 
    1412(add-hook 'nxml-mode-hook 
  • dotfiles/emacs/typester/.emacs.el

    r8020 r8028  
    33 
    44 
    5 ; customize。つかってなかったけど積極的に使うようにしたい 
     5; customize 
    66(custom-set-variables 
    77  ;; custom-set-variables was added by Custom. 
     
    99  ;; Your init file should contain only one such instance. 
    1010  ;; 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 
    1313(custom-set-faces 
    1414  ;; custom-set-faces was added by Custom. 
     
    1616  ;; Your init file should contain only one such instance. 
    1717  ;; If there is more than one, they won't work right. 
    18  ) 
     18 '(rng-error-face ((t (:weight bold)))))