mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
logseq: add my config
This commit is contained in:
parent
1388726413
commit
65bd401e49
3 changed files with 31 additions and 8 deletions
15
logseq/config/config.edn
Normal file
15
logseq/config/config.edn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
;; This global config file applies a configuration to all graphs. Any config
|
||||
;; keys from a graph's logseq/config.edn can used here. A graph's
|
||||
;; logseq/config.edn overrides config keys in this file except for maps which
|
||||
;; are merged. As an example of merging, the following global and local configs:
|
||||
;; {:shortcuts {:ui/toggle-theme "t z"}}
|
||||
;; {:shortcuts {:ui/toggle-brackets "t b"}}
|
||||
;;
|
||||
;; would result in the final config:
|
||||
;; {:shortcuts {:ui/toggle-theme "t z"
|
||||
;; :ui/toggle-brackets "t b"}}
|
||||
|
||||
{:shortcuts {:auto-complete/complete ["enter" "tab"]
|
||||
:whiteboard/bring-forward ["close-square-bracket" "ctrl+o"]
|
||||
:editor/backward-kill-word ["ctrl+w"]
|
||||
:window/close []}}
|
||||
2
logseq/config/plugins.edn
Normal file
2
logseq/config/plugins.edn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{:logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect false, :theme false}
|
||||
:logseq-vim-shortcuts {:version "v0.1.22", :repo "vipzhicheng/logseq-plugin-vim-shortcuts", :effect true, :theme false}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue