From 215a0ca99615687220313099d08b10b3c33482ac Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 16 Sep 2019 15:30:28 +0200 Subject: [PATCH] Updated path for keybinding for opening files or directories --- keybindings.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/keybindings.el b/keybindings.el index 537b2e4..8225879 100644 --- a/keybindings.el +++ b/keybindings.el @@ -28,19 +28,19 @@ (spacemacs/set-leader-keys "oleo" (lambda () (interactive) - (find-file "~/Documents/code/web/langue-phundrak-fr/eittlanda.org")) + (find-file "~/Documents/conlanging/eittlanda.org")) "olho" (lambda () (interactive) - (find-file "~/Documents/code/web/langue-phundrak-fr/hjelp.org")) + (find-file "~/Documents/conlanging/hjelp.org")) "olmo" (lambda () (interactive) - (find-file "~/Documents/code/web/langue-phundrak-fr/matter.org")) + (find-file "~/Documents/conlanging/matter.org")) "olno" (lambda () (interactive) - (find-file "~/Documents/code/web/langue-phundrak-fr/nyqy.org")) + (find-file "~/Documents/conlanging/nyqy.org")) "olnO" (lambda () (interactive) - (find-file "~/Documents/code/web/langue-phundrak-fr/nyqy-old.org")) + (find-file "~/Documents/conlanging/nyqy-old.org")) "olo" (lambda () (interactive) - (dired "~/Documents/code/web/langue-phundrak-fr")) + (dired "~/Documents/conlanging")) "olto" (lambda () (interactive) - (find-file "~/Documents/code/web/langue-phundrak-fr/taso.org"))) + (find-file "~/Documents/conlanging/taso.org"))) (spacemacs/set-leader-keys-for-major-mode 'org-mode "lmr" 'conlanging/matter-to-runes