Changeset 289 for dotfiles/emacs/kentaro/.emacs.d/conf/init-abbrves.el
- Timestamp:
- 09/27/07 19:27:24 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/emacs/kentaro/.emacs.d/conf/init-abbrves.el
r143 r289 3 3 ;; 動的略語展開 4 4 (define-key global-map "\C-u" 'dabbrev-expand) 5 ;; dabbrev時に、大文字・小文字を区別しない。 6 (setq dabbrev-case-fold-search nil) 7 ;; dabbrev時に、補完候補をハイライトする。 8 (require 'dabbrev-highlight) 9 ;; dabbrevをいろんな単語にマッチさせる 10 (setq dabbrev-abbrev-char-regexp "\\sw\\|\\s_\\|[:-_]") 5 11 6 12 ;; ac-mode
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)