Changeset 5291
- Timestamp:
- 01/22/08 20:25:07 (5 years ago)
- Location:
- dotfiles/emacs/mrkn
- Files:
-
- 4 added
- 1 modified
-
.emacs (modified) (5 diffs)
-
.emacs.d/color-theme.el (added)
-
.emacs.d/themes (added)
-
.emacs.d/themes/color-theme-example.el (added)
-
.emacs.d/themes/color-theme-library.el (added)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/emacs/mrkn/.emacs
r4088 r5291 5 5 (setq load-path 6 6 (cons (expand-file-name "~/elisp/") 7 load-path)) 7 (cons (expand-file-name "~/.emacs.d/") 8 load-path))) 8 9 9 10 ;;; personal information … … 49 50 50 51 ;;; Font settings 51 (load " ~/.emacs.d/fonts.el")52 (load "fonts.el") 52 53 (when window-system 53 54 (if (or (featurep 'meadow) … … 150 151 151 152 ;;; cc-mode settings 152 (load " ~/.emacs.d/ccmode.el")153 (load "ccmode.el") 153 154 154 155 ;;; for autoloading inf-ruby when run-ruby is refered … … 202 203 203 204 ;;; AUCTeX 204 (require 'tex-site) 205 (require 'tex-jp) 206 (setq TeX-auto-save t) 207 (setq TeX-parse-self t) 208 (setq-default TeX-master t) 209 (setq TeX-default-mode 'japanese-latex-mode) 210 (setq japanese-LaTeX-default-style "jsarticle") 211 (setq japanese-TeX-command-default "pTeX") 212 (setq japanese-LaTeX-command-default "pLaTeX") 205 (condition-case err 206 (progn 207 (require 'tex-site) 208 (require 'tex-jp) 209 (setq TeX-auto-save t) 210 (setq TeX-parse-self t) 211 (setq-default TeX-master t) 212 (setq TeX-default-mode 'japanese-latex-mode) 213 (setq japanese-LaTeX-default-style "jsarticle") 214 (setq japanese-TeX-command-default "pTeX") 215 (setq japanese-LaTeX-command-default "pLaTeX")) 216 ) 213 217 214 218 ;;; git-status … … 219 223 (global-set-key "\C-cg" 'git-status) 220 224 225 ;;; color-theme 226 (require 'color-theme) 227 (color-theme-initialize) 228 (color-theme-dark-laptop) 229 221 230 ;;; gnuserv 222 231 (when window-system
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)