Skip to content

Instantly share code, notes, and snippets.

@gongo
Created August 19, 2010 07:32
Show Gist options
  • Select an option

  • Save gongo/537314 to your computer and use it in GitHub Desktop.

Select an option

Save gongo/537314 to your computer and use it in GitHub Desktop.
(setq load-path
(append (list
(expand-file-name "~/.emacs.d/conf")
(expand-file-name "~/.emacs.d/lib")
)
load-path))
(setq url-proxy-services '(("http" . "host:port")))
(require 'init-global)
(require 'init-auto-install)
(require 'init-anything)
(require 'init-ido)
;;(require 'init-ejacs)
;;----------------------------
;; shell, terminal on emacs
;;----------------------------
(require 'init-shell-pop)
(require 'init-ansiterm)
;;(require 'init-elscreen)
;;----------------------------
;; browser
;;----------------------------
(require 'init-navi2ch)
(require 'init-w3m)
;;----------------------------
;; mail, net news
;;----------------------------
(require 'init-mew)
;;----------------------------
;; GTD, wiki
;;----------------------------
(require 'init-org)
(require 'init-howm)
;;----------------------------
;; irc
;;----------------------------
;;(require 'init-riece)
;;----------------------------
;; twitter
;;----------------------------
;;(require 'init-twittering-mode)
;;----------------------------
;; text-mode
;;----------------------------
(require 'init-yaml)
(require 'init-markdown)
;;----------------------------
;; presentation
;;----------------------------
(require 'init-slidedown)
;;----------------------------
;; Development
;;----------------------------
;; Language
(require 'init-c)
(require 'init-php)
(require 'init-ruby)
(require 'init-python)
(require 'init-rinari) ;; Ruby on Rails
(require 'init-js2) ;; JavaScript
;; source read/write tools
(require 'init-gtags)
(require 'init-cucumber)
(require 'init-yasnippets)
;; IDE
(require 'init-e2wm)
$ ls .emacs.d/conf/*.el
init-ansiterm.el init-haml-mode.el init-riece.el
init-anything.el init-howm.el init-rinari.el
init-auto-complete.el init-ido.el init-ruby.el
init-auto-install.el init-js2.el init-shell-history.el
init-c.el init-markdown.el init-shell-pop.el
init-cucumber.el init-mew.el init-slidedown.el
init-dvc.el init-navi2ch.el init-twittering-mode.el
init-e2wm.el init-objc.el init-twstream.el
init-elscreen.el init-org.el init-w3m.el
init-global.el init-php.el init-webgen.el
init-google-maps.el init-python.el init-yaml.el
init-gtags.el init-rhtml.el init-yasnippets.el
$ ls .emacs.d/lib/
auto-complete@ dvc-snapshot@ emacs-window-layout@ markdown-mode@ org-mode@ rinari@ yaml-mode@ yasnippets-rails@
auto-install@ elscreen@ emacs-window-manager@ mew@ php-mode@ ruby-mode@ yasnippet@
color-theme@ elscreen-tab@ howm@ mmm-mode@ rhtml@ twittering-mode@ yasnippets-org-mode@
cucumber-mode@ emacs-w3m@ js2@ navi2ch@ riece@ whitespace@ yasnippets-php-mode@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment