Skip to content

Instantly share code, notes, and snippets.

@shigeya
Created October 16, 2010 10:38
Show Gist options
  • Select an option

  • Save shigeya/629657 to your computer and use it in GitHub Desktop.

Select an option

Save shigeya/629657 to your computer and use it in GitHub Desktop.
;; 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