aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.bash
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.bash')
-rw-r--r--emacs/emacs.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/emacs.bash b/emacs/emacs.bash
deleted file mode 100644
index 2312f786..00000000
--- a/emacs/emacs.bash
+++ /dev/null
@@ -1,5 +0,0 @@
-# source this file from your bash startup script
-
-alias emacs="emacsclient --create-frame -t"
-export ALTERNATE_EDITOR=""
-export EDITOR="emacsclient -t"