Created
October 16, 2010 10:38
-
-
Save shigeya/629657 to your computer and use it in GitHub Desktop.
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
| ;; auto-install | |
| (require 'auto-install) | |
| (setq auto-install-directory (expand-file-name "~/lib/emacs/auto-install/")) | |
| (add-to-list 'load-path auto-install-directory) | |
| (auto-install-update-emacswiki-package-name t) | |
| (auto-install-compatibility-setup) | |
| (setq ediff-window-setup-function 'ediff-setup-windows-plain) | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Auto-installed | |
| ;; recentf-ext.el | |
| (setq recentf-max-saved-times 2000) | |
| (setq recentf-exclude '("/TAGS$" "/var/tmp/")) | |
| (require 'recentf-ext) | |
| ;; anything | |
| (require 'anything-startup) | |
| ;; color-moccur.el + moccur-edit.el | |
| (require 'color-moccur) | |
| (require 'moccur-edit) | |
| (setq moccur-split-word t) | |
| ;; gist | |
| (require 'gist) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment