Browse Source

Few misc fixes #emacs font, #qutebrowser search

Also, remove unread tag from sentry error emails.
Colin Powell 5 years ago
parent
commit
408d36ac85

+ 2 - 2
emacs/.config/doom/config.el

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

+ 1 - 1
mail/.config/afew/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

+ 1 - 1
qutebrowser/.config/qutebrowser/config.py

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