updated keybindings

This commit is contained in:
Lucien Cartier-Tilet 2020-05-19 13:25:05 +02:00
parent cd94dc0011
commit 955843d903
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 9 additions and 9 deletions

View File

@ -19,8 +19,8 @@
(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 "olne" "nyqy.org (English)") (spacemacs/declare-prefix "olne" "nyqy.org (English)")
(spacemacs/declare-prefix "olo" "Conlang root directory")
(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 (spacemacs/declare-prefix-for-mode 'org-mode
@ -33,35 +33,35 @@
(spacemacs/set-leader-keys "oleo" (spacemacs/set-leader-keys "oleo"
(lambda () (lambda ()
(interactive) (interactive)
(find-file "~/Documents/conlanging/web/eittland.org")) (find-file "~/Documents/conlanging/content/eittland.org"))
"olho" "olho"
(lambda () (lambda ()
(interactive) (interactive)
(find-file "~/Documents/conlanging/web/hjelp.org")) (find-file "~/Documents/conlanging/content/hjelp.org"))
"olmo" "olmo"
(lambda () (lambda ()
(interactive) (interactive)
(find-file "~/Documents/conlanging/web/matter.org")) (find-file "~/Documents/conlanging/content/matter.org"))
"olno" "olno"
(lambda () (lambda ()
(interactive) (interactive)
(find-file "~/Documents/conlanging/web/nyqy.org")) (find-file "~/Documents/conlanging/content/nyqy.org"))
"olne" "olne"
(lambda () (lambda ()
(interactive) (interactive)
(find-file "~/Documents/conlanging/web/en/nyqy.org")) (find-file "~/Documents/conlanging/content/en/nyqy.org"))
"olO" "olO"
(lambda () (lambda ()
(interactive) (interactive)
(dired "~/Documents/conlanging")) (dired "~/Documents/conlanging/"))
"olo" "olo"
(lambda () (lambda ()
(interactive) (interactive)
(dired "~/Documents/conlanging/web")) (dired "~/Documents/conlanging/content"))
"olto" "olto"
(lambda () (lambda ()
(interactive) (interactive)
(find-file "~/Documents/conlanging/web/taso.org"))) (find-file "~/Documents/conlanging/content/taso.org")))
(spacemacs/set-leader-keys-for-major-mode (spacemacs/set-leader-keys-for-major-mode
'org-mode "ler" 'conlanging/eittlanda-to-runes 'org-mode "ler" 'conlanging/eittlanda-to-runes