diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index 26d34a7..3a2423d 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -3160,6 +3160,7 @@ (spacemacs/declare-prefix "ofi" "i3.org") (spacemacs/declare-prefix "ofI" "index.org") (spacemacs/declare-prefix "ofp" "polybar.org") + (spacemacs/declare-prefix "ofP" "picom.org") (spacemacs/declare-prefix "ofr" "yadm README") (spacemacs/set-leader-keys "ofb" (lambda () (interactive) (find-file "~/org/config/bin.org")) @@ -3168,6 +3169,7 @@ "ofi" (lambda () (interactive) (find-file "~/org/config/i3.org")) "ofI" (lambda () (interactive) (find-file "~/org/config/index.org")) "ofp" (lambda () (interactive) (find-file "~/org/config/polybar.org")) + "ofP" (lambda () (interactive) (find-file "~/org/config/picom.org")) "ofr" (lambda () (interactive) (find-file "~/README.org"))) #+END_SRC