disable emac 2

This commit is contained in:
ponymushama 2024-07-23 16:41:06 +08:00
parent 1e18ba1bd5
commit a74ddd2ee8
9 changed files with 16 additions and 32 deletions

View file

@ -65,8 +65,8 @@ ext x?html?, has w3m, terminal = w3m "$@"
# Misc
#-------------------------------------------
# Define the "editor" for text files as first action
ext org, has emacsclient, X, flag f = emacsclient -c "$@"
mime ^text, has emacsclient, X, flag f = emacsclient -c "$@"
ext org, has nvim, X, flag f = nvim -c "$@"
mime ^text, has nvim, X, flag f = nvim -c "$@"
ext 1 = man "$1"
ext s[wmf]c, has zsnes, X = zsnes "$1"