Add emacs alias to config.fish

This commit is contained in:
Rawley Fowler 2022-06-25 11:14:48 -06:00 committed by GitHub
parent 4f90a1ce87
commit 22ada64f36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
if status is-interactive
set -U fish_greeting
end
alias emacs="emacs --no-x-resources"