From b6e2691f8a859ca98405df8c7517676c8a5634d9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Jun 2020 20:45:01 -0400 Subject: [PATCH] aliases: use no-window emacs. --- aliases.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/aliases.sh b/aliases.sh index 577a25d..425eba8 100644 --- a/aliases.sh +++ b/aliases.sh @@ -3,6 +3,14 @@ # alias df='df --human-readable' alias du='du --human-readable --summarize --total *' + +# We set EDITOR, VISUAL, and the "emacs" alias to the no-window +# version because it's so much faster than gtk emacs. In the rare +# cases (like within emacs's own multi-term environment) where +# a separate gtk window is required, /usr/bin/emacs can be used +# instead. +alias emacs='emacs --no-window-system' + alias ls='ls -l --color=auto --human-readable --time-style=long-iso' alias youtube-dl-mp3='youtube-dl --extract-audio --audio-format=mp3' -- 2.43.2