Removed unused shortcut, added some shortcut prefixes

This commit is contained in:
Lucien Cartier-Tilet 2020-07-17 15:27:06 +02:00
parent c691847ce6
commit 0678d9fd43
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 8 deletions

View File

@ -3255,12 +3255,6 @@
(spacemacs/declare-prefix "of" "files")
#+END_SRC
If a file is designated in a buffer, it is possible to open it with the
following shortcut:
#+BEGIN_SRC emacs-lisp
(spacemacs/set-leader-keys "ofo" 'find-file-at-point)
#+END_SRC
Now, Lets declare shortcuts related to my configuration files. Here is the
list of them:
- [[file:bin.org][bin.org]] :: contains the source code of my custom scripts in my ~$PATH~
@ -3274,8 +3268,9 @@
of them has a description so the shortcut doesnt show up as ~lambda~ with
~which-keys~.
#+BEGIN_SRC emacs-lisp
(spacemacs/declare-prefix "of" "files")
(spacemacs/declare-prefix "ofc" "config files")
(spacemacs/declare-prefix "of" "files")
(spacemacs/declare-prefix "ofc" "config files")
(spacemacs/declare-prefix "ofe" "elfeed sources")
(spacemacs/declare-prefix "ofca" "awesome.org")
(spacemacs/declare-prefix "ofcb" "bin.org")
(spacemacs/declare-prefix "ofce" "spacemacs.org")