[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

公式サイト

関連サイト

設定

;; 極力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))

Declaring .emacs Bankruptcy | M-x all-things-emacs

.emacs - Snipt.org

http://bitbucket.org/birkenfeld/dotemacs/src/a8807e1e7f0f/

利用方法

参考サイト


CategoryEmacs