aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/aerc/aerc.conf2
-rw-r--r--tw/home/files/emacs-init.el2
-rw-r--r--tw/home/files/gitconfig-cern4
-rw-r--r--tw/home/files/polybar.ini2
4 files changed, 8 insertions, 2 deletions
diff --git a/tw/home/files/aerc/aerc.conf b/tw/home/files/aerc/aerc.conf
index eb75036e..01c2527d 100644
--- a/tw/home/files/aerc/aerc.conf
+++ b/tw/home/files/aerc/aerc.conf
@@ -9,7 +9,7 @@ unsafe-accounts-conf=true
[ui]
# Describes the format for each row in a mailbox view. This field is compatible
# with mutt's printf-like syntax.
-index-format=%4C %Z %D %-17.17n %s
+index-format=%4C %Z %D %-17.17F %s
# See time.Time#Format at https://godoc.org/time#Time.Format
timestamp-format=Mon _2 Jan 2006 15:04
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index eac4b666..1469dab2 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -350,7 +350,7 @@
;; Org-mode
(use-package org
:commands (org-mode)
- :mode (rx ".org" eos)
+ :mode ((rx ".org" eos) . org-mode)
:custom
(org-latex-src-block-backend 'minted "Colourise source code.")
(org-latex-packages-alist
diff --git a/tw/home/files/gitconfig-cern b/tw/home/files/gitconfig-cern
new file mode 100644
index 00000000..5c7f0bb1
--- /dev/null
+++ b/tw/home/files/gitconfig-cern
@@ -0,0 +1,4 @@
+[user]
+ email = timo.wilken@cern.ch
+ signingkey = C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C
+ name = Timo Wilken
diff --git a/tw/home/files/polybar.ini b/tw/home/files/polybar.ini
index 506f8c12..13a2e0b8 100644
--- a/tw/home/files/polybar.ini
+++ b/tw/home/files/polybar.ini
@@ -177,6 +177,8 @@ animation-packetloss-1-foreground = ${colors.alert}
animation-packetloss-1-background = ${colors.background-alt}
; Framerate in milliseconds
animation-packetloss-framerate = 500
+; Don't display "B/s" suffix, only e.g. "5 K" for compactness.
+speed-unit =
[module/wlan]
inherit = network-base