added keybinding for nyqy2.org
This commit is contained in:
parent
5a4e852d6e
commit
28ddbc9fa9
@ -18,6 +18,7 @@
|
||||
(spacemacs/declare-prefix "oleo" "einnlanda.org")
|
||||
(spacemacs/declare-prefix "oln" "Ňyqy")
|
||||
(spacemacs/declare-prefix "olno" "nyqy.org")
|
||||
(spacemacs/declare-prefix "olnO" "nyqy2.org")
|
||||
(spacemacs/declare-prefix "olt" "Tãso")
|
||||
(spacemacs/declare-prefix "olto" "taso.org")
|
||||
(spacemacs/declare-prefix-for-mode 'org-mode "ml" "conlanging")
|
||||
@ -31,6 +32,8 @@
|
||||
(find-file "~/Documents/code/web/langue-phundrak-fr/matter.org"))
|
||||
"olno" (lambda () (interactive)
|
||||
(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)
|
||||
(find-file "~/Documents/code/web/langue-phundrak-fr/einnlanda.org"))
|
||||
"olto" (lambda () (interactive)
|
||||
|
Reference in New Issue
Block a user