emacs: add elfeed

This commit is contained in:
Paul-Henri Froidmont 2023-04-26 09:41:01 +02:00
parent f7d5ae9401
commit 2643e7a089
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 6 additions and 327 deletions

View file

@ -90,7 +90,7 @@ myAdditionalKeys = [
("M-y", spawn $ myTerminal ++ " -e calcurse"),
("M-v", spawn $ myTerminal ++ " -e ncmpcpp -s visualizer"),
("M-m", spawn $ myTerminal ++ " -e ncmpcpp"),
("M-n", spawn $ myTerminal ++ " -e newsboat"),
("M-n", spawn "emacsclient -c --eval '(elfeed)'"),
("M-c", spawn "rofi -show calc -modi calc -no-show-match -no-sort"),
("<Print>", spawn "scrot -e 'mv $f ~/Pictures/Screenshots'"),
("S-<Print>", spawn "flameshot gui"),