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-highlighting.el

    r143 r289  
    1111(autoload 'paren-activate "mic-paren" nil t) 
    1212(setq paren-match-face 'bold paren-sexp-mode t) 
     13 
     14;; hightlight-current-line 
     15;; http://www.emacswiki.org/cgi-bin/wiki/HighlightCurrentLine 
     16(require 'highlight-current-line) 
     17(highlight-current-line-on t) 
     18(set-face-attribute 'highlight-current-line-face nil 
     19                    :background "black" 
     20                    :underline nil) 
    1321 
    1422;; リージョンをハイライト表示