Few misc fixes #emacs font, #qutebrowser search
Also, remove unread tag from sentry error emails.
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
(setq doom-theme 'wombat)
|
||||
|
||||
;; Fonts
|
||||
(setq doom-font (font-spec :family "Sudo" :size 15))
|
||||
(setq doom-big-font (font-spec :family "Sudo" :size 22))
|
||||
(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
|
||||
(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 21))
|
||||
|
||||
;; Host-specific config
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ message = notmuch emacs stuff
|
||||
# Sentry errors, skip the inbox, tag as sentry
|
||||
[Filter.2]
|
||||
query = 'from:noreply@md.getsentry.com'
|
||||
tags = +sentry;-inbox;+15five
|
||||
tags = +sentry;-inbox;+15five;-unread
|
||||
message = sentry error
|
||||
|
||||
# Jira tag as Jira
|
||||
|
||||
@ -2,7 +2,7 @@ c.url.searchengines = {
|
||||
"DEFAULT": "https://search.unbl.ink/?q={}",
|
||||
"w": "https://www.wikiwand.com/en/{}?fullSearch=false",
|
||||
"a": "https://www.amazon.com/s?k={}",
|
||||
"j": "https://15five-dev.atlassian.net/browse/{}",
|
||||
"j": "https://15five-dev.atlassian.net/browse/ENG-{}",
|
||||
"g": "https://www.google.com/search?q={}",
|
||||
"b": "https://www.beeradvocate.com/search/?q={}&qt=beer",
|
||||
"m": "https://www.openstreetmap.com/search?query={}",
|
||||
|
||||
Reference in New Issue
Block a user