mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
logseq: delete config
This commit is contained in:
parent
cbfb52faf8
commit
876bebfa8d
2 changed files with 0 additions and 44 deletions
|
|
@ -1,16 +0,0 @@
|
|||
;; 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"}}
|
||||
|
||||
{:start-of-week 0 ;; week starts on Monday
|
||||
:shortcuts {:auto-complete/complete ["enter" "tab"]
|
||||
:whiteboard/bring-forward ["close-square-bracket" "ctrl+o"]
|
||||
:editor/backward-kill-word ["ctrl+w"]
|
||||
:window/close []}}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
"theme": null,
|
||||
"themes": {
|
||||
"mode": "dark",
|
||||
"light": {
|
||||
"name": "Default Light Theme",
|
||||
"url": null,
|
||||
"description": "Logseq default light theme.",
|
||||
"mode": "light",
|
||||
"selected": false,
|
||||
"group-first": true,
|
||||
"group-desc": "light themes"
|
||||
},
|
||||
"dark": {
|
||||
"name": "Default Dark Theme",
|
||||
"url": null,
|
||||
"description": "Logseq default dark theme.",
|
||||
"mode": "dark",
|
||||
"selected": true,
|
||||
"group-first": true,
|
||||
"group-desc": "dark theme"
|
||||
}
|
||||
},
|
||||
"externals": [],
|
||||
"pinnedToolbarItems": [
|
||||
"logseq-journals-calendar:open-calendar"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue