config: tweaks
This commit is contained in:
parent
bb748f6851
commit
ae65f3249a
|
@ -751,6 +751,7 @@ Version 2019-11-04 2021-02-16"
|
||||||
(setq auto-revert-interval 2)
|
(setq auto-revert-interval 2)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(setq js-indent-level 2)
|
||||||
(after! json-mode
|
(after! json-mode
|
||||||
(defconst json-mode-comments-re (rx (group "//" (zero-or-more nonl) line-end)))
|
(defconst json-mode-comments-re (rx (group "//" (zero-or-more nonl) line-end)))
|
||||||
(push '(json-mode-comments-re 1 font-lock-comment-face) json-font-lock-keywords-1)
|
(push '(json-mode-comments-re 1 font-lock-comment-face) json-font-lock-keywords-1)
|
||||||
|
|
|
@ -19,9 +19,9 @@ COL_SEARCHHIGHLIGHT= COLOR_YELLOW , COLOR_BLACK , BOLD , NO_BLINK
|
||||||
#
|
#
|
||||||
# Here are some keybindings as well...
|
# Here are some keybindings as well...
|
||||||
#
|
#
|
||||||
KEY_TOTALSEARCH_1 = 's'
|
KEY_TOTALSEARCH_1 = '/'
|
||||||
KEY_TOTALSEARCH_2 = 'S'
|
#KEY_TOTALSEARCH_2 = 'S'
|
||||||
KEY_SEARCH_1 = '/'
|
#KEY_SEARCH_1 = '/'
|
||||||
KEY_SEARCH_2 = '.'
|
KEY_SEARCH_2 = '.'
|
||||||
KEY_GOTO_1='m'
|
KEY_GOTO_1='m'
|
||||||
KEY_GOTO_2=0
|
KEY_GOTO_2=0
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"main": {
|
"main": {
|
||||||
"lang": "auto",
|
"lang": "auto",
|
||||||
"lastfolder": "/home/janek/data/4-media/music/Ambient/BirdBoy",
|
"lastfolder": "/home/janek/data/4-media/music/Mixes",
|
||||||
"maximized": false
|
"maximized": false
|
||||||
},
|
},
|
||||||
"playlist": {
|
"playlist": {
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"fontsize": 10,
|
"fontsize": 10,
|
||||||
"rowsize": 43,
|
"rowsize": 43,
|
||||||
"sort_fields": [
|
"sort_fields": [
|
||||||
"__path"
|
"genre"
|
||||||
],
|
],
|
||||||
"sort_reverse": false
|
"sort_reverse": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -22,6 +22,7 @@ discnumber
|
||||||
disctotal
|
disctotal
|
||||||
encoded by
|
encoded by
|
||||||
encodedby
|
encodedby
|
||||||
|
encoder
|
||||||
encodingsettings
|
encodingsettings
|
||||||
encodingtime
|
encodingtime
|
||||||
filename
|
filename
|
||||||
|
@ -56,6 +57,7 @@ radiostationname
|
||||||
recordingdates
|
recordingdates
|
||||||
releasetime
|
releasetime
|
||||||
replaygain_track_gain
|
replaygain_track_gain
|
||||||
|
replaygain_track_peak
|
||||||
setsubtitle
|
setsubtitle
|
||||||
taggingtime
|
taggingtime
|
||||||
time
|
time
|
||||||
|
|
Loading…
Reference in New Issue