mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
disable emac 2
This commit is contained in:
parent
1e18ba1bd5
commit
a74ddd2ee8
9 changed files with 16 additions and 32 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue