Updated paths to conlanging files

This commit is contained in:
Lucien Cartier-Tilet 2019-12-13 17:46:30 +01:00
parent 037a01105c
commit 00f03cda34
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 42 additions and 23 deletions

View File

@ -22,31 +22,50 @@
(spacemacs/declare-prefix "olo" "Conlang directory")
(spacemacs/declare-prefix "olt" "Tãso")
(spacemacs/declare-prefix "olto" "taso.org")
(spacemacs/declare-prefix-for-mode 'org-mode "ml" "conlanging")
(spacemacs/declare-prefix-for-mode 'org-mode "mle" "Eittlanda")
(spacemacs/declare-prefix-for-mode 'org-mode "mlm" "Mattér")
(spacemacs/declare-prefix-for-mode 'org-mode
"ml" "conlanging")
(spacemacs/declare-prefix-for-mode 'org-mode
"mle" "Eittlanda")
(spacemacs/declare-prefix-for-mode 'org-mode
"mlm" "Mattér")
(spacemacs/set-leader-keys
"oleo" (lambda () (interactive)
(find-file "~/Documents/conlanging/eittlanda.org"))
"olho" (lambda () (interactive)
(find-file "~/Documents/conlanging/hjelp.org"))
"olmo" (lambda () (interactive)
(find-file "~/Documents/conlanging/matter.org"))
"olno" (lambda () (interactive)
(find-file "~/Documents/conlanging/nyqy.org"))
"olne" (lambda () (interactive)
(find-file "~/Documents/conlanging/en/nyqy.org"))
"olo" (lambda () (interactive)
(dired "~/Documents/conlanging"))
"olto" (lambda () (interactive)
(find-file "~/Documents/conlanging/taso.org")))
(spacemacs/set-leader-keys "oleo"
(lambda ()
(interactive)
(find-file "~/Documents/conlanging/web/eittlanda.org"))
"olho"
(lambda ()
(interactive)
(find-file "~/Documents/conlanging/web/hjelp.org"))
"olmo"
(lambda ()
(interactive)
(find-file "~/Documents/conlanging/web/matter.org"))
"olno"
(lambda ()
(interactive)
(find-file "~/Documents/conlanging/web/nyqy.org"))
"olne"
(lambda ()
(interactive)
(find-file "~/Documents/conlanging/web/en/nyqy.org"))
"olO"
(lambda ()
(interactive)
(dired "~/Documents/conlanging"))
"olo"
(lambda ()
(interactive)
(dired "~/Documents/conlanging/web"))
"olto"
(lambda ()
(interactive)
(find-file "~/Documents/conlanging/web/taso.org")))
(spacemacs/set-leader-keys-for-major-mode 'org-mode
"ler" 'conlanging/eittlanda-to-runes
"lel" 'conlanging/eittlanda-to-latex
"lmr" 'conlanging/matter-to-runes
"lml" 'conlanging/matter-to-native-latin
(spacemacs/set-leader-keys-for-major-mode
'org-mode "ler" 'conlanging/eittlanda-to-runes
"lel" 'conlanging/eittlanda-to-latex "lmr"
'conlanging/matter-to-runes "lml" 'conlanging/matter-to-native-latin
"lmL" 'conlanging/matter-to-latex)
;;; keybindings.el ends here