Updated path for keybinding for opening files or directories
This commit is contained in:
parent
e2339aeb1a
commit
215a0ca996
@ -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
|
||||
|
Reference in New Issue
Block a user