Skip to content

Commit

Permalink
fix problem in eshell.ls
Browse files Browse the repository at this point in the history
  • Loading branch information
oreofish committed Nov 2, 2011
1 parent 5b5f2e7 commit 07764cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dotemacs.d/.session
dotemacs.d/_emacs.desktop
dotemacs.d/auto-save-list/
dotemacs.d/ede-projects.el
dotemacs.d/semanticdb/
13 changes: 3 additions & 10 deletions dotemacs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; -*- mode: Emacs-Lisp -*-
;; Time-stamp: <2011-11-02 17:55:23 Yu Li>
;; Time-stamp: <2011-11-02 18:10:53 Yu Li>
;
; .emacs of Rick Xing
;
Expand Down Expand Up @@ -122,17 +122,11 @@

;; setup various dot file's location
(setq bookmark-default-file "~/.emacs.d/_emacs.bmk")
(setq abbrev-file-name "~/.emacs.d/.abbrev.defs")
(setq custom-file "~/.emacs.d/_emacs.custom.elc")
(setq bbdb-file "~/.emacs.d/.bbdb")
(setq todo-file-do "~/.emacs.d/todo-do")
(setq todo-file-done "~/.emacs.d/todo-done")
(setq todo-file-top "~/.emacs.d/todo-top")
(setq diary-file "~/.emacs.d/.diary")
(setq custom-file "~/.emacs.d/_emacs.custom.el")

;; setup default user information
(setq user-full-name "Xing Jian")
(setq user-mail-address "oreofish@hotmail.com")
(setq user-mail-address "oreofish@gmail.com")


;; after .emacs is loaded,foreground/background face is overrided by
Expand Down Expand Up @@ -434,7 +428,6 @@ include-dirs))
(load-file custom-file)



;(load-file "~/.emacs.d/eshell-tab.el")
;(require 'eshell-tab)

Expand Down
Binary file removed dotemacs.d/_emacs.custom.elc
Binary file not shown.

0 comments on commit 07764cd

Please sign in to comment.