This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'ghost-scratch) | |
;; directory を指定 | |
(setq ghost-scratch-directory "~/.emacs.d/scratch.d") | |
;; 自動保存の間隔を分で指定(0 なら自動保存しない) | |
(setq ghost-auto-save-interval 5) ; default | |
;;; auto commit | |
;; 毎回実行 (default) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; 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.") |
NewerOlder