Skip to content

Instantly share code, notes, and snippets.

(require 'ghost-scratch)
;; directory を指定
(setq ghost-scratch-directory "~/.emacs.d/scratch.d")
;; 自動保存の間隔を分で指定(0 なら自動保存しない)
(setq ghost-auto-save-interval 5) ; default
;;; auto commit
;; 毎回実行 (default)
;;; popup-keybindings.el --- popup a tip of key bindings
;; http://github.com/m2ym/auto-complete
(require 'popup)
;;; User variables
(defvar popup-kbs-tip-delay 1.5
"*Delay to popup a tip.")