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 js-indent-level 2)
|
||||
(after! json-mode
|
||||
(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)
|
||||
|
|
|
@ -19,9 +19,9 @@ COL_SEARCHHIGHLIGHT= COLOR_YELLOW , COLOR_BLACK , BOLD , NO_BLINK
|
|||
#
|
||||
# Here are some keybindings as well...
|
||||
#
|
||||
KEY_TOTALSEARCH_1 = 's'
|
||||
KEY_TOTALSEARCH_2 = 'S'
|
||||
KEY_SEARCH_1 = '/'
|
||||
KEY_TOTALSEARCH_1 = '/'
|
||||
#KEY_TOTALSEARCH_2 = 'S'
|
||||
#KEY_SEARCH_1 = '/'
|
||||
KEY_SEARCH_2 = '.'
|
||||
KEY_GOTO_1='m'
|
||||
KEY_GOTO_2=0
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"main": {
|
||||
"lang": "auto",
|
||||
"lastfolder": "/home/janek/data/4-media/music/Ambient/BirdBoy",
|
||||
"lastfolder": "/home/janek/data/4-media/music/Mixes",
|
||||
"maximized": false
|
||||
},
|
||||
"playlist": {
|
||||
|
@ -43,7 +43,7 @@
|
|||
"fontsize": 10,
|
||||
"rowsize": 43,
|
||||
"sort_fields": [
|
||||
"__path"
|
||||
"genre"
|
||||
],
|
||||
"sort_reverse": false
|
||||
},
|
||||
|
|
|
@ -22,6 +22,7 @@ discnumber
|
|||
disctotal
|
||||
encoded by
|
||||
encodedby
|
||||
encoder
|
||||
encodingsettings
|
||||
encodingtime
|
||||
filename
|
||||
|
@ -56,6 +57,7 @@ radiostationname
|
|||
recordingdates
|
||||
releasetime
|
||||
replaygain_track_gain
|
||||
replaygain_track_peak
|
||||
setsubtitle
|
||||
taggingtime
|
||||
time
|
||||
|
|
Loading…
Reference in New Issue