From e64df446a412746d7dbb5ee036d49a500d6b5650 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 31 Aug 2014 07:59:40 +0200 Subject: Set TZ to Moscow --- .gitmodules | 6 ++++++ .zshrc | 2 +- emacsen/Fill-Column-Indicator | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 emacsen/Fill-Column-Indicator 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 diff --git a/.zshrc b/.zshrc index 226ba68..f786307 100644 --- a/.zshrc +++ b/.zshrc @@ -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 index 0000000..7c57b73 --- /dev/null +++ b/emacsen/Fill-Column-Indicator @@ -0,0 +1 @@ +Subproject commit 7c57b734f3d25554897db3cf7c66c140e3e0ddc8 -- cgit v1.2.3