Few misc fixes #emacs font, #qutebrowser search

Also, remove unread tag from sentry error emails.
This commit is contained in:
Colin Powell
2019-10-25 00:10:01 -04:00
parent f927f4d22b
commit 408d36ac85
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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={}",