nyxt: enable reduce-tracking-mode and force-https-mode by default
Explicitly add emacs-mode glyph
This commit is contained in:
parent
9fa0db47c2
commit
8d965f9c12
|
@ -1,11 +1,14 @@
|
|||
(define-configuration buffer
|
||||
((default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))
|
||||
(default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))))
|
||||
((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))
|
||||
(default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))
|
||||
(default-modes (pushnew 'nyxt/mode/reduce-tracking:reduce-tracking-mode %slot-value%))
|
||||
(default-modes (pushnew 'nyxt/mode/force-https:force-https-mode %slot-value%))))
|
||||
|
||||
(define-configuration status-buffer
|
||||
((glyph-mode-presentation-p t)
|
||||
(display-tabs-by-last-access-p t)))
|
||||
|
||||
(define-configuration :emacs-mode ((glyph "ε")))
|
||||
(define-configuration :force-https-mode ((glyph "ϕ")))
|
||||
(define-configuration :user-script-mode ((glyph "u")))
|
||||
(define-configuration :blocker-mode ((glyph "β")))
|
||||
|
|
Loading…
Reference in a new issue