Updated path for keybinding for opening files or directories

This commit is contained in:
Phuntsok Drak-pa 2019-09-16 15:30:28 +02:00
parent e2339aeb1a
commit 215a0ca996
1 changed files with 7 additions and 7 deletions

View File

@ -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