summaryrefslogtreecommitdiffstats
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-18 13:57:56 +0200
committerGravatar Tom Willemsen2012-08-18 13:57:56 +0200
commit9a500861070e1ce374064d14ee2372e12c22a06f (patch)
tree21b804f6f26f43f0141ff25b0802d928d3e51077 /.emacs.d/eshell
parent0b0f0fa73cfe9df2fc167bcba291b257e0b4b1fb (diff)
downloaddotfiles-9a500861070e1ce374064d14ee2372e12c22a06f.tar.gz
dotfiles-9a500861070e1ce374064d14ee2372e12c22a06f.zip
Restructure emacs configuration
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/.gitignore4
-rw-r--r--.emacs.d/eshell/alias8
-rw-r--r--.emacs.d/eshell/login2
3 files changed, 0 insertions, 14 deletions
diff --git a/.emacs.d/eshell/.gitignore b/.emacs.d/eshell/.gitignore
deleted file mode 100644
index 7a28188..0000000
--- a/.emacs.d/eshell/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!.gitignore
-!login
-!alias
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
deleted file mode 100644
index 940108a..0000000
--- a/.emacs.d/eshell/alias
+++ /dev/null
@@ -1,8 +0,0 @@
-alias git git --no-pager $*
-alias rm rm -v $*
-alias sudo *sudo $*
-alias ncmpcpp ansi-term ncmpcpp ncmpcpp
-alias listen eshell-exec-visual mplayer http://usa7-vn.mixstream.net/listen/8248.pls
-alias o find-file $1
-alias d dired $1
-alias newsbeuter ansi-term newsbeuter newsbeuter
diff --git a/.emacs.d/eshell/login b/.emacs.d/eshell/login
deleted file mode 100644
index f898d68..0000000
--- a/.emacs.d/eshell/login
+++ /dev/null
@@ -1,2 +0,0 @@
-(defun inspect (var)
- (symbol-value (intern var)))