Compare commits

...

3 Commits

2 changed files with 3 additions and 50 deletions

View File

@@ -14,7 +14,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun conlanging//declare-node (t-node-text t-node-generation) (defun conlanging//declare-node (t-node-text t-node-generation)
"Declares a node in the graphviz source code. The nodes identifier will be "Declares a node in the graphviz source code. The nodes identifier will be
~node-generation~, and it will bear the label ~node-text~." `node-generation', and it will bear the label `node-text'."
(format "%d[label=\"%s\"];" t-node-generation (format "%d[label=\"%s\"];" t-node-generation
t-node-text)) t-node-text))
@@ -290,8 +290,8 @@ runes during org-mode export"
("ú" nil "u") ("ú" nil "u")
("i" nil "ɪ") ("i" nil "ɪ")
("u" nil "ʊ") ("u" nil "ʊ")
("é" nil "ø") ("ø" nil "ø")
("ó" nil "ɤ") ("œ" nil "ɤ")
("e" nil "ɛ") ("e" nil "ɛ")
("o" nil "ɔ") ("o" nil "ɔ")
(" " nil " ") (" " nil " ")

View File

@@ -9,53 +9,6 @@
;; ;;
;;; License: GPLv3 ;;; License: GPLv3
(spacemacs/declare-prefix "ol" "conlanging")
(spacemacs/declare-prefix "olh" "Hjelp")
(spacemacs/declare-prefix "olho" "hjelp.org")
(spacemacs/declare-prefix "olm" "Mattér")
(spacemacs/declare-prefix "olmo" "matter.org")
(spacemacs/declare-prefix "ole" "Eittlandic")
(spacemacs/declare-prefix "oleo" "eittland.org")
(spacemacs/declare-prefix "oln" "Proto-Ñyqy")
(spacemacs/declare-prefix "olno" "proto-nyqy.org")
(spacemacs/declare-prefix "olne" "nyqy.org (English)")
(spacemacs/declare-prefix "olo" "Conlang root directory")
(spacemacs/declare-prefix "olo" "Conlang directory")
(spacemacs/declare-prefix "olt" "Proto-Tãso")
(spacemacs/declare-prefix "olto" "proto-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/set-leader-keys
"oleo" (lambda ()
(interactive)
(find-file "~/Documents/conlanging/content/eittland.org"))
"olho" (lambda ()
(interactive)
(find-file "~/Documents/conlanging/content/hjelp.org"))
"olmo" (lambda ()
(interactive)
(find-file "~/Documents/conlanging/content/matter.org"))
"olno" (lambda ()
(interactive)
(find-file "~/Documents/conlanging/content/proto-nyqy.org"))
"olne" (lambda ()
(interactive)
(find-file "~/Documents/conlanging/content/en/nyqy.org"))
"olO" (lambda ()
(interactive)
(dired "~/Documents/conlanging/"))
"olo" (lambda ()
(interactive)
(dired "~/Documents/conlanging/content"))
"olto" (lambda ()
(interactive)
(find-file "~/Documents/conlanging/content/proto-taso.org")))
(spacemacs/set-leader-keys-for-major-mode 'org-mode (spacemacs/set-leader-keys-for-major-mode 'org-mode
"ler" 'conlanging/eittlanda-to-runes "ler" 'conlanging/eittlanda-to-runes
"lel" 'conlanging/eittlanda-to-latex "lel" 'conlanging/eittlanda-to-latex