diff options
| author | alex <alex@pdp7.net> | 2024-03-08 19:20:39 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-03-08 19:20:39 +0100 |
| commit | fbc3e6c3874fa988cb7a83e95b1ca27dead79e00 (patch) | |
| tree | aa5c049aa415e903fc35960c57711ea2327d6e8a /emacs/emacs.bash | |
| parent | 42411306bfa8c2d69004bee8cff199e57312daff (diff) | |
Revert "Update with Cosmopolitan Emacs"
This reverts commit 28c7267c69337f4b3facacb0d5d8059a19b0f2b9.
Diffstat (limited to 'emacs/emacs.bash')
| -rw-r--r-- | emacs/emacs.bash | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/emacs.bash b/emacs/emacs.bash new file mode 100644 index 00000000..2312f786 --- /dev/null +++ b/emacs/emacs.bash @@ -0,0 +1,5 @@ +# source this file from your bash startup script + +alias emacs="emacsclient --create-frame -t" +export ALTERNATE_EDITOR="" +export EDITOR="emacsclient -t" |
