Show
Ignore:
Timestamp:
09/27/07 19:27:24 (16 months ago)
Author:
kentaro
Message:

dotfiles/emacs/kentaro:

  • added init-autosave-buffers.el
  • added init-scheme.el
  • added init-w3m.el
  • added some utilities into init-perl.el
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/emacs/kentaro/.emacs.d/conf/init-abbrves.el

    r143 r289  
    33;; 動的略語展開 
    44(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_\\|[:-_]") 
    511 
    612;; ac-mode