From 4499b386161e56ed44e9326196ee23c81b6a9676 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 6 Apr 2020 14:13:42 +0200 Subject: [PATCH] Added Picom config to project --- org/config/spacemacs.org | 2 ++ 1 file changed, 2 insertions(+) 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