flake: remove emacs

Goodbye old friend, you served me well.
But Neovim serves me better now.
You shall live on forever in my commit history.
The melodramatic vimmer returns home.
This commit is contained in:
Infinidoge 2024-11-11 19:52:54 -05:00
parent 9f9a91c4a5
commit b2f073f52e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
25 changed files with 37 additions and 1174 deletions

View file

@ -8,8 +8,6 @@
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
# defaultKeymap = "emacs";
initExtraFirst = ''
[[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return
'';