#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = = 関連サイト = = 設定 = {{{ ;; 極力UTF-8とする (prefer-coding-system 'utf-8) ;; 一行ずつスクロールする (setq scroll-conservatively 35) (setq scroll-margin 0) (setq scroll-step 1) (setq comint-scroll-show-maximum-output t) ;; 現在行の強調表示 (global-hl-line-mode) (hl-line-mode 1) }}} subdirs.el {{{ ;; -*- no-byte-compile: t -*- (if (fboundp 'normal-top-level-add-subdirs-to-load-path) (normal-top-level-add-subdirs-to-load-path)) }}} [http://emacsblog.org/2007/10/07/declaring-emacs-bankruptcy/ Declaring .emacs Bankruptcy | M-x all-things-emacs] [http://snipt.org/nlng .emacs - Snipt.org] http://bitbucket.org/birkenfeld/dotemacs/src/a8807e1e7f0f/ = 利用方法 = = 参考サイト = ---- CategoryEmacs