added keybinding for nyqy2.org

This commit is contained in:
Phuntsok Drak-pa 2019-08-19 16:17:04 +02:00
parent 5a4e852d6e
commit 28ddbc9fa9
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@
(spacemacs/declare-prefix "oleo" "einnlanda.org") (spacemacs/declare-prefix "oleo" "einnlanda.org")
(spacemacs/declare-prefix "oln" "Ňyqy") (spacemacs/declare-prefix "oln" "Ňyqy")
(spacemacs/declare-prefix "olno" "nyqy.org") (spacemacs/declare-prefix "olno" "nyqy.org")
(spacemacs/declare-prefix "olnO" "nyqy2.org")
(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 "ml" "conlanging")
@ -31,6 +32,8 @@
(find-file "~/Documents/code/web/langue-phundrak-fr/matter.org")) (find-file "~/Documents/code/web/langue-phundrak-fr/matter.org"))
"olno" (lambda () (interactive) "olno" (lambda () (interactive)
(find-file "~/Documents/code/web/langue-phundrak-fr/nyqy.org")) (find-file "~/Documents/code/web/langue-phundrak-fr/nyqy.org"))
"olnO" (lambda () (interactive)
(find-file "~/Documents/code/web/langue-phundrak-fr/nyqy2.org"))
"oleo" (lambda () (interactive) "oleo" (lambda () (interactive)
(find-file "~/Documents/code/web/langue-phundrak-fr/einnlanda.org")) (find-file "~/Documents/code/web/langue-phundrak-fr/einnlanda.org"))
"olto" (lambda () (interactive) "olto" (lambda () (interactive)