summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
-rw-r--r--emacs4
-rw-r--r--jt/jt.conf7
-rw-r--r--mutt/muttrc-exolobe12
4 files changed, 12 insertions, 3 deletions
diff --git a/bashrc b/bashrc
index 91a5dcd..496a1a6 100644
--- a/bashrc
+++ b/bashrc
@@ -219,7 +219,7 @@ then
else
export EDITOR=vi
fi
-export PATH="$PATH:$HOME/bin:$HOME/.cargo/bin"
+export PATH="$HOME/.cargo/bin:$PATH:$HOME/bin"
export PAGER=less
export LESSCHARSET=utf-8
export HISTCONTROL=ignoredups
diff --git a/emacs b/emacs
index 32939d7..088d581 100644
--- a/emacs
+++ b/emacs
@@ -148,6 +148,10 @@
(autoload 'wc-mode "word-count"
"Minor mode to count words." t nil)
+;;;;
+(require 'cargo)
+(add-hook 'rust-mode-hook 'cargo-minor-mode)
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Use custom-set-variables to set variables that cant' be set otherwise.
diff --git a/jt/jt.conf b/jt/jt.conf
index 52c4a20..b8c715a 100644
--- a/jt/jt.conf
+++ b/jt/jt.conf
@@ -1,6 +1,6 @@
[config]
source = /home/liw/Journal/src
-push = yes
+push = no
[profile blog]
source = /home/liw/sites/blog.liw.fi
@@ -24,6 +24,11 @@ notes-dir = blog
source = /home/liw/sites/ick.liw.fi/src
push = yes
+[profile subplot]
+notes-dir = blog
+source = /home/liw/sites/subplot.liw.fi/src
+push = no
+
[profile ick-planning]
notes-dir = blog
source = /home/liw/sites/ick.liw.fi/src
diff --git a/mutt/muttrc-exolobe1 b/mutt/muttrc-exolobe1
index 56d4733..7d3a4c7 100644
--- a/mutt/muttrc-exolobe1
+++ b/mutt/muttrc-exolobe1
@@ -10,7 +10,7 @@ unset smtp_url
set smtp_url=smtp://127.0.0.1
set signature=/home/liw/.signature
-set header_cache=/home/tmp/.mutt.header_cache
+set header_cache=/home/liw/tmp/.mutt.header_cache
source "~/liw-dot-files/mutt/muttrc-common"
source "~/liw-dot-files/mutt/muttrc-colours"