From db0f81353b62e7ac6a5a63a49863331aab9856cc Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 11 Apr 2020 20:27:07 +0200 Subject: [PATCH] Added shortcut in Emacs to open awesome.org --- org/config/spacemacs.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index 4188321..380454f 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -3146,6 +3146,7 @@ of them has a description so the shortcut doesn’t show up as ~lambda~ with ~which-keys~. #+BEGIN_SRC emacs-lisp + (spacemacs/declare-prefix "ofa" "awesome.org") (spacemacs/declare-prefix "ofb" "bin.org") (spacemacs/declare-prefix "ofe" "spacemacs.org") (spacemacs/declare-prefix "off" "fish.org") @@ -3155,6 +3156,7 @@ (spacemacs/declare-prefix "ofP" "picom.org") (spacemacs/declare-prefix "ofr" "yadm README") (spacemacs/set-leader-keys + "ofa" (lambda () (interactive) (find-file "~/org/config/awesome.org")) "ofb" (lambda () (interactive) (find-file "~/org/config/bin.org")) "ofe" (lambda () (interactive) (find-file "~/org/config/spacemacs.org")) "off" (lambda () (interactive) (find-file "~/org/config/fish.org"))