]> git.rkrishnan.org Git - .emacs.d.git/blobdiff - init.el
twitter submodule + tweaks on the home system
[.emacs.d.git] / init.el
diff --git a/init.el b/init.el
index 10c1ebd01c4ec2ec0142f94704549dd4a80dfe6d..479725a4a8c0297cd6d03d1fbcb182d6a3e80a6d 100644 (file)
--- a/init.el
+++ b/init.el
 ;; 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)
 (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"