Compare commits
3 Commits
9d88842315
...
b68a9cc91f
| Author | SHA1 | Date | |
|---|---|---|---|
|
b68a9cc91f
|
|||
|
00f03cda34
|
|||
|
037a01105c
|
6
funcs.el
6
funcs.el
@@ -298,8 +298,8 @@ runes during org-mode export"
|
|||||||
("ú" nil nil "u")
|
("ú" nil nil "u")
|
||||||
("i" nil nil "ɪ")
|
("i" nil nil "ɪ")
|
||||||
("u" nil nil "ʊ")
|
("u" nil nil "ʊ")
|
||||||
("é" nil nil "e")
|
("é" nil nil "ø")
|
||||||
("ó" nil nil "o")
|
("ó" nil nil "ɤ")
|
||||||
("e" nil nil "ɛ")
|
("e" nil nil "ɛ")
|
||||||
("o" nil nil "ɔ")
|
("o" nil nil "ɔ")
|
||||||
(" " nil nil " ")
|
(" " nil nil " ")
|
||||||
@@ -335,7 +335,7 @@ need-dorsal: initial = 2, sinon t ou nil
|
|||||||
(phon (conlanging//nyqy-get-phoneme consonant curr-phon-list
|
(phon (conlanging//nyqy-get-phoneme consonant curr-phon-list
|
||||||
need-dorsal dorsal)))
|
need-dorsal dorsal)))
|
||||||
(if (eq need-dorsal 2)
|
(if (eq need-dorsal 2)
|
||||||
(setq need-dorsal dorsal))
|
(setq-local need-dorsal dorsal))
|
||||||
(conlanging//nyqy-convert (cdr text)
|
(conlanging//nyqy-convert (cdr text)
|
||||||
(append phonetics
|
(append phonetics
|
||||||
(list phon))
|
(list phon))
|
||||||
|
|||||||
@@ -20,33 +20,53 @@
|
|||||||
(spacemacs/declare-prefix "olno" "nyqy.org")
|
(spacemacs/declare-prefix "olno" "nyqy.org")
|
||||||
(spacemacs/declare-prefix "olne" "nyqy.org (English)")
|
(spacemacs/declare-prefix "olne" "nyqy.org (English)")
|
||||||
(spacemacs/declare-prefix "olo" "Conlang directory")
|
(spacemacs/declare-prefix "olo" "Conlang directory")
|
||||||
|
(spacemacs/declare-prefix "olO" "Conlang root directory")
|
||||||
(spacemacs/declare-prefix "olt" "Tãso")
|
(spacemacs/declare-prefix "olt" "Tãso")
|
||||||
(spacemacs/declare-prefix "olto" "taso.org")
|
(spacemacs/declare-prefix "olto" "taso.org")
|
||||||
(spacemacs/declare-prefix-for-mode 'org-mode "ml" "conlanging")
|
(spacemacs/declare-prefix-for-mode 'org-mode
|
||||||
(spacemacs/declare-prefix-for-mode 'org-mode "mle" "Eittlanda")
|
"ml" "conlanging")
|
||||||
(spacemacs/declare-prefix-for-mode 'org-mode "mlm" "Mattér")
|
(spacemacs/declare-prefix-for-mode 'org-mode
|
||||||
|
"mle" "Eittlanda")
|
||||||
|
(spacemacs/declare-prefix-for-mode 'org-mode
|
||||||
|
"mlm" "Mattér")
|
||||||
|
|
||||||
(spacemacs/set-leader-keys
|
(spacemacs/set-leader-keys "oleo"
|
||||||
"oleo" (lambda () (interactive)
|
(lambda ()
|
||||||
(find-file "~/Documents/conlanging/eittlanda.org"))
|
(interactive)
|
||||||
"olho" (lambda () (interactive)
|
(find-file "~/Documents/conlanging/web/eittlanda.org"))
|
||||||
(find-file "~/Documents/conlanging/hjelp.org"))
|
"olho"
|
||||||
"olmo" (lambda () (interactive)
|
(lambda ()
|
||||||
(find-file "~/Documents/conlanging/matter.org"))
|
(interactive)
|
||||||
"olno" (lambda () (interactive)
|
(find-file "~/Documents/conlanging/web/hjelp.org"))
|
||||||
(find-file "~/Documents/conlanging/nyqy.org"))
|
"olmo"
|
||||||
"olne" (lambda () (interactive)
|
(lambda ()
|
||||||
(find-file "~/Documents/conlanging/en/nyqy.org"))
|
(interactive)
|
||||||
"olo" (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"))
|
(dired "~/Documents/conlanging"))
|
||||||
"olto" (lambda () (interactive)
|
"olo"
|
||||||
(find-file "~/Documents/conlanging/taso.org")))
|
(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
|
(spacemacs/set-leader-keys-for-major-mode
|
||||||
"ler" 'conlanging/eittlanda-to-runes
|
'org-mode "ler" 'conlanging/eittlanda-to-runes
|
||||||
"lel" 'conlanging/eittlanda-to-latex
|
"lel" 'conlanging/eittlanda-to-latex "lmr"
|
||||||
"lmr" 'conlanging/matter-to-runes
|
'conlanging/matter-to-runes "lml" 'conlanging/matter-to-native-latin
|
||||||
"lml" 'conlanging/matter-to-native-latin
|
|
||||||
"lmL" 'conlanging/matter-to-latex)
|
"lmL" 'conlanging/matter-to-latex)
|
||||||
|
|
||||||
;;; keybindings.el ends here
|
;;; keybindings.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user