diff options
author | Ryan Kavanagh <rak@debian.org> | 2014-08-31 07:59:40 +0200 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2014-08-31 07:59:40 +0200 |
commit | e64df446a412746d7dbb5ee036d49a500d6b5650 (patch) | |
tree | 28b70a0e5d4a36f04ab88ba9038e1f95a1125aa4 | |
parent | Make sure to substitute LOCAL_PASS (diff) |
Set TZ to Moscow
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | .zshrc | 2 | ||||
m--------- | emacsen/Fill-Column-Indicator | 0 |
3 files changed, 7 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 93f35b8..21e0276 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,9 @@ [submodule ".rlwrap"] path = .rlwrap url = https://github.com/ryanakca/rlwrap_mail.git +[submodule "emacsen/auctex"] + path = emacsen/auctex + url = git://git.sv.gnu.org/auctex.git +[submodule "emacsen/Fill-Column-Indicator"] + path = emacsen/Fill-Column-Indicator + url = https://github.com/alpaker/Fill-Column-Indicator.git @@ -34,7 +34,7 @@ export LC_ALL="LOCALE" export LANG="LOCALE" -export TZ="America/Toronto" # Force our time zone this location. +export TZ="Europe/Moscow" # Force our time zone this location. export EDITOR="vim" # Long live vim (as our editor). export NAME="Ryan Kavanagh" # Our name. export EMAIL="rak@debian.org" # Our email address. diff --git a/emacsen/Fill-Column-Indicator b/emacsen/Fill-Column-Indicator new file mode 160000 +Subproject 7c57b734f3d25554897db3cf7c66c140e3e0ddc |