From 0678d9fd43820ea45869c8f252eecb50ccc67ec5 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 17 Jul 2020 15:27:06 +0200 Subject: [PATCH] Removed unused shortcut, added some shortcut prefixes --- org/config/spacemacs.org | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index d17e1b8..b23633d 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -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, Let’s 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 doesn’t 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")