From 9a96b6d07f74ce2d23ebf7fba7928171090c29b5 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Sat, 10 Aug 2013 20:04:19 +0530
Subject: [PATCH] twitter submodule + tweaks on the home system

---
 .gitmodules            | 3 +++
 emacs/my-twitter.el    | 2 +-
 emacs/twittering-mode  | 1 -
 init.el                | 8 +++-----
 vendor/twittering-mode | 1 +
 5 files changed, 8 insertions(+), 7 deletions(-)
 delete mode 160000 emacs/twittering-mode
 create mode 160000 vendor/twittering-mode

diff --git a/.gitmodules b/.gitmodules
index 5cca1e6..1d6da9f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -31,3 +31,6 @@
 [submodule "themes/dream"]
 	path = themes/dream
 	url = https://github.com/djcb/dream-theme.git
+[submodule "vendor/twittering-mode"]
+	path = vendor/twittering-mode
+	url = git://github.com/hayamiz/twittering-mode.git
diff --git a/emacs/my-twitter.el b/emacs/my-twitter.el
index bbd9495..632b0cd 100644
--- a/emacs/my-twitter.el
+++ b/emacs/my-twitter.el
@@ -1,4 +1,4 @@
-(add-to-list 'load-path "~/.emacs.d/emacs/twittering-mode")
+(add-to-list 'load-path "~/.emacs.d/vendor/twittering-mode")
 (require 'twittering-mode)
 
 (add-hook 'twittering-edit-mode-hook (lambda () (ispell-minor-mode) (flyspell-mode)))
diff --git a/emacs/twittering-mode b/emacs/twittering-mode
deleted file mode 160000
index ab64c73..0000000
--- a/emacs/twittering-mode
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit ab64c73b393e7ed1a28ca2bf15e13958996a52df
diff --git a/init.el b/init.el
index 10c1ebd..479725a 100644
--- a/init.el
+++ b/init.el
@@ -375,7 +375,7 @@
 ;; notmuch
 (setq gnus-inhibit-images nil)
 (add-to-list 'load-path "~/.emacs.d/emacs/notmuch")
-(setq notmuch-command "/Users/rkrishnan/bin/remote-notmuch.sh")
+(setq notmuch-command "~/bin/remote-notmuch.sh")
 (require 'notmuch)
 (when (memq window-system '(mac ns))
   (exec-path-from-shell-initialize)
@@ -405,11 +405,9 @@
 (require 'starttls)
 
 ;; sign all emails
-;(add-hook 'message-setup-hook 'mml-secure-message-sign-pgpmime)
+(add-hook 'message-setup-hook 'mml-secure-message-sign-pgpmime)
 
-(setq default-frame-alist
-      '((font . "Menlo-13")
-        (width . 80)))
+(set-default-font "Inconsolata-11")
 
 ;; spell check
 (setq ispell-program-name "aspell"
diff --git a/vendor/twittering-mode b/vendor/twittering-mode
new file mode 160000
index 0000000..a65362d
--- /dev/null
+++ b/vendor/twittering-mode
@@ -0,0 +1 @@
+Subproject commit a65362daf6ae967d907f52ab3f5ffca5001be56f
-- 
2.45.2