From 48c09f8d46c9c952d2b3508f20f88d6130977ffa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 7 Mar 2017 00:24:14 -0500 Subject: [PATCH] private/hlissner: add SPC r for rss app --- modules/private/hlissner/+bindings.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/private/hlissner/+bindings.el b/modules/private/hlissner/+bindings.el index 5afced2d3..b29b61bd4 100644 --- a/modules/private/hlissner/+bindings.el +++ b/modules/private/hlissner/+bindings.el @@ -107,8 +107,6 @@ :desc "Switch to 9th workspace" :n "9" (λ! (+workspace/switch-to 8)) :desc "Switch to last workspace" :n "0" '+workspace/switch-to-last - (:desc "Applications" :prefix "a") - (:desc "Quit" :prefix "q" :desc "Quit" :n "q" 'evil-save-and-quit @@ -161,7 +159,9 @@ :desc "Find file in emacs.d" :n "/" '+hlissner/find-in-emacsd :desc "Browse dotfiles" :n ">" '+hlissner/browse-dotfiles :desc "Find file in dotfiles" :n "?" '+hlissner/find-in-dotfiles - :desc "Reload theme" :n "R" 'doom/reset-theme) + :desc "Reload theme" :n "R" 'doom/reset-theme + ;; applications + :desc "Start elfeed" :n "r" '=rss) (:desc "Notes" :prefix "x"