summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-17 12:32:40 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-17 12:32:40 +0200
commit2922889387aae98d407cddb90192a2fcb064109b (patch)
tree5f5989a7b36b2dca98f2fbff9921664316821961
parentb30485b22ddd70a00707ac9f288a47a5e0fe6cd8 (diff)
parent9acfad8fe0a025b14a98625ebb7e8a7b14fc8b90 (diff)
downloadliw-dot-files-2922889387aae98d407cddb90192a2fcb064109b.tar.gz
Merge branch 'master' of ssh://git.liw.fi/liw-dot-files
-rw-r--r--emacs5
-rw-r--r--mutt/muttrc-wmf2
-rw-r--r--profile2
-rw-r--r--signature-wmf3
4 files changed, 10 insertions, 2 deletions
diff --git a/emacs b/emacs
index b6b3993..088d581 100644
--- a/emacs
+++ b/emacs
@@ -64,6 +64,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Turn on some modes automatically based on filename.
+(require 'go-mode)
(setq auto-mode-alist
'(("\\.mdwn\\'" . markdown-mode)
("\\.md\\'" . markdown-mode)
@@ -85,8 +86,10 @@
("\\.py\\'" . python-mode)
("\\.sh\\'" . shell-script-mode)
("\\.hs\\'" . haskell-mode)
+ ("\\.go\\'" . go-mode)
("\\.rs\\'" . rust-mode)
("\\.ledger\\'" . ledger-mode)
+ ("\\.tex\\'" . tex-mode)
("mutt-.*" . mail-mode)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -169,4 +172,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 120 :width normal)))))
+ '(default ((t (:family "Inconsolata" :foundry "PfEd" :slant normal :weight bold :height 200 :width normal)))))
diff --git a/mutt/muttrc-wmf b/mutt/muttrc-wmf
index cd15392..9d3e338 100644
--- a/mutt/muttrc-wmf
+++ b/mutt/muttrc-wmf
@@ -9,7 +9,7 @@ set from=lwirzenius@wikimedia.org
unset smtp_url
set smtp_url=smtps://lwirzenius@wikimedia.org@smtp.gmail.com:465
set smtp_pass=`pass show wmf/offlineimap`
-set signature=
+set signature=/home/liw/liw-dot-files/signature-wmf
set header_cache=/home/tmp/.mutt.header_cache
diff --git a/profile b/profile
index c9db459..c346e4f 100644
--- a/profile
+++ b/profile
@@ -20,3 +20,5 @@ fi
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
+
+export PATH="$HOME/.cargo/bin:$PATH"
diff --git a/signature-wmf b/signature-wmf
new file mode 100644
index 0000000..9ea0aef
--- /dev/null
+++ b/signature-wmf
@@ -0,0 +1,3 @@
+WMF release engineering team | he/him or they/them
+"Imagine a world in which every single human being can freely share in
+the sum of all knowledge." \ No newline at end of file