Changeset 2801
- Timestamp:
- 12/07/07 21:29:16 (6 years ago)
- Files:
-
- 1 modified
-
dotfiles/emacs/mrkn/.emacs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/emacs/mrkn/.emacs
r2490 r2801 48 48 (load "~/.emacs.d/fonts.el") 49 49 (when window-system 50 (setq default-frame-alist 51 (append '((font . "MeiryoKe_Console 12") 52 (width . 96)) 53 default-frame-alist))) 50 (if (featurep 'meadow) 51 (setq default-frame-alist 52 (append '((font . "MeiryoKe_Console 12") 53 (width . 96)) 54 default-frame-alist)))) 54 55 55 56 ;; global font-lock mode … … 87 88 (global-set-key "\M-g" 'goto-line) 88 89 (global-set-key [f1] 'help-for-help) 89 (global-set-key "\C-c \C-s" 'svn-status)90 (global-set-key "\C-cs" 'svn-status) 90 91 91 92 ;;; universal diff
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)