From 28a5cc9080901f9baf6e9d7363ef9c8edbc955c6 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 21 Oct 2019 03:05:27 +0200 Subject: [PATCH] added shortcut for editing my dotfish --- .spacemacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.spacemacs b/.spacemacs index 704331f..e901aff 100644 --- a/.spacemacs +++ b/.spacemacs @@ -709,6 +709,7 @@ dump." (spacemacs/declare-prefix "oa" "applications") (spacemacs/declare-prefix "oc" "comments") (spacemacs/declare-prefix "of" "files") + (spacemacs/declare-prefix "off" "fish config") (spacemacs/declare-prefix "ofi" "i3 config") (spacemacs/declare-prefix "ofp" "polybar config") (spacemacs/declare-prefix "og" "gnus") @@ -738,6 +739,7 @@ dump." "oco" 'outline-minor-mode "od" 'elcord-mode "oF" 'flycheck-mode + "off" (lambda () (interactive) (find-file "~/.config/fish/config.fish")) "ofi" (lambda () (interactive) (find-file "~/.config/i3/config##yadm.j2")) "ofp" (lambda () (interactive) (find-file "~/.config/polybar/config##yadm.j2")) "ofo" 'find-file-at-point