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