2010-06-30から1日間の記事一覧

Emacsの設定ファイル晒し

やってみる。 .emacs (setq load-path (cons "~/emacs-lisp/" load-path)) ;show recent used files (recentf-mode) ;alias for dabbrev-expand (global-set-key "\C-\\" 'dabbrev-expand ) ;; for coding (global-set-key "\C-ci" 'comment-region) (global…