diff options
| author | alex <alex@pdp7.net> | 2024-04-29 19:19:50 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-04-29 19:19:50 +0200 |
| commit | 6e8868a8e01ea7834b26cfe07f1ea36df10b2d30 (patch) | |
| tree | 4579f8030b375de58cbdb8c4845f83fa245163ed /emacs | |
| parent | d1feb0473fb71b15a357859e16542b4995832925 (diff) | |
Switch to AppImage emacs
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/emacs.bash b/emacs/emacs.bash index 2312f786..055e15ec 100644 --- a/emacs/emacs.bash +++ b/emacs/emacs.bash @@ -1,5 +1,5 @@ # source this file from your bash startup script -alias emacs="emacsclient --create-frame -t" +alias emacs="emacs --emacs-appimage-run-as emacsclient --create-frame -t" export ALTERNATE_EDITOR="" -export EDITOR="emacsclient -t" +export EDITOR="emacs --emacs-appimage-run-as emacsclient -t" |
