root/dotfiles/emacs/typester/.emacs.el

Revision 8028, 0.6 kB (checked in by typester, 10 months ago)

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

Line 
1; /usr/share/emacs/site-lisp/debian-startup.el
2(debian-run-directories "~/.emacs.d/conf")
3
4
5; customize
6(custom-set-variables
7  ;; custom-set-variables was added by Custom.
8  ;; If you edit it by hand, you could mess it up, so be careful.
9  ;; Your init file should contain only one such instance.
10  ;; If there is more than one, they won't work right.
11 )
12
13(custom-set-faces
14  ;; custom-set-faces was added by Custom.
15  ;; If you edit it by hand, you could mess it up, so be careful.
16  ;; Your init file should contain only one such instance.
17  ;; If there is more than one, they won't work right.
18 '(rng-error-face ((t (:weight bold)))))
Note: See TracBrowser for help on using the browser.