summaryrefslogtreecommitdiff
path: root/emacs/emacs.bash
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-11-05 12:12:28 +0100
committeralex <alex@pdp7.net>2023-11-05 12:12:28 +0100
commit28c7267c69337f4b3facacb0d5d8059a19b0f2b9 (patch)
treed9463d72d47bd393d11a98840f710c6192a37ca8 /emacs/emacs.bash
parentb7daf11b2819049b11690fbc9ef745713d3c77fe (diff)
Update with Cosmopolitan Emacs
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"