updated keybindings
This commit is contained in:
parent
cd94dc0011
commit
955843d903
@ -19,8 +19,8 @@
|
||||
(spacemacs/declare-prefix "oln" "Ñyqy")
|
||||
(spacemacs/declare-prefix "olno" "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 "olO" "Conlang root directory")
|
||||
(spacemacs/declare-prefix "olt" "Tãso")
|
||||
(spacemacs/declare-prefix "olto" "taso.org")
|
||||
(spacemacs/declare-prefix-for-mode 'org-mode
|
||||
@ -33,35 +33,35 @@
|
||||
(spacemacs/set-leader-keys "oleo"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(find-file "~/Documents/conlanging/web/eittland.org"))
|
||||
(find-file "~/Documents/conlanging/content/eittland.org"))
|
||||
"olho"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(find-file "~/Documents/conlanging/web/hjelp.org"))
|
||||
(find-file "~/Documents/conlanging/content/hjelp.org"))
|
||||
"olmo"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(find-file "~/Documents/conlanging/web/matter.org"))
|
||||
(find-file "~/Documents/conlanging/content/matter.org"))
|
||||
"olno"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(find-file "~/Documents/conlanging/web/nyqy.org"))
|
||||
(find-file "~/Documents/conlanging/content/nyqy.org"))
|
||||
"olne"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(find-file "~/Documents/conlanging/web/en/nyqy.org"))
|
||||
(find-file "~/Documents/conlanging/content/en/nyqy.org"))
|
||||
"olO"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(dired "~/Documents/conlanging"))
|
||||
(dired "~/Documents/conlanging/"))
|
||||
"olo"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(dired "~/Documents/conlanging/web"))
|
||||
(dired "~/Documents/conlanging/content"))
|
||||
"olto"
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(find-file "~/Documents/conlanging/web/taso.org")))
|
||||
(find-file "~/Documents/conlanging/content/taso.org")))
|
||||
|
||||
(spacemacs/set-leader-keys-for-major-mode
|
||||
'org-mode "ler" 'conlanging/eittlanda-to-runes
|
||||
|
Reference in New Issue
Block a user