Browse Source

Remove binding tables

main
parent
commit
8da4093ecb
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 20
      README.org

20
README.org

@ -1985,13 +1985,6 @@ Magit[fn:53] is an interface to the Git[fn:37] version control system, implement
epkgs.magit epkgs.magit
#+END_SRC #+END_SRC
| Key | Description |
|-----+--------------------------------------|
| gg | Check the status of a repository |
| gc | Clone a remote repository |
| gf | Fetch the contents of the repository |
| gp | Pull the remotes of the repository |
#+NAME: emacs-magit-elisp #+NAME: emacs-magit-elisp
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Add keybindings for working with `magit'. ;; Add keybindings for working with `magit'.
@ -2043,11 +2036,6 @@ epkgs.elfeed
Elfeed[fn:54] is an extensible web feed reader for GNU/Emacs[fn:2], support both =Atom= and =RSS=. It requires =Emacs 24.3+= and is available for download from the standard repositories. Elfeed[fn:54] is an extensible web feed reader for GNU/Emacs[fn:2], support both =Atom= and =RSS=. It requires =Emacs 24.3+= and is available for download from the standard repositories.
| Key | Command |
|-----+---------|
| l | Open |
| u | Update |
#+NAME: emacs-elfeed-elisp #+NAME: emacs-elfeed-elisp
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Configure `elfeed'. ;; Configure `elfeed'.
@ -2059,7 +2047,7 @@ Elfeed[fn:54] is an extensible web feed reader for GNU/Emacs[fn:2], support both
("https://lukesmith.xyz/rss.xml") ("https://lukesmith.xyz/rss.xml")
("https://friendo.monster/rss.xml") ("https://friendo.monster/rss.xml")
("https://chrishayward.xyz/index.xml") ("https://chrishayward.xyz/index.xml")
("https://protesilaos.com/codelog.xml"))))
("https://protesilaos.com/master.xml"))))
;; Add custom keybindings for `elfeed'. ;; Add custom keybindings for `elfeed'.
(dotfiles/leader (dotfiles/leader
@ -2446,12 +2434,6 @@ epkgs.password-store
Configure keybindings for passwords behind =SPC p=: Configure keybindings for passwords behind =SPC p=:
| Key | Description |
|-----+---------------------|
| p | Copy a password |
| r | Rename a password |
| g | Generate a password |
#+NAME: emacs-pass-elisp #+NAME: emacs-pass-elisp
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Set the path to the password store. ;; Set the path to the password store.

Loading…
Cancel
Save