summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-23 00:02:14 +0200
committerGravatar Tom Willemsen2012-10-23 00:02:14 +0200
commit89b0ac6c2b8137758f93be83a62af1ce17a16f36 (patch)
tree52d4942a64dcf9131cd6a93ccc8a7b3f0fe20bab
parentd719607d10927fbb721a668ce554c4bad6364926 (diff)
downloaddotfiles-89b0ac6c2b8137758f93be83a62af1ce17a16f36.tar.gz
dotfiles-89b0ac6c2b8137758f93be83a62af1ce17a16f36.zip
.emacs.d/init.el
-rw-r--r--.emacs.d/init.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d25a0f9..6c14fe6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -113,10 +113,6 @@
(eval-after-load "org"
'(require 'org-init))
-(eval-after-load "sauron"
- '(setq sauron-modules (append '(sauron-identica sauron-jabber)
- sauron-modules)))
-
(eval-after-load "smex"
'(progn
(global-set-key (kbd "M-x") 'smex)
@@ -280,21 +276,11 @@
(setq pony-tpl-indent-moves t)
(setq rainbow-delimiters-max-face-count 12)
(setq redisplay-dont-pause t)
-(setq sauron-column-alist '((timestamp . 6)
- (message)))
-(setq sauron-hide-mode-line t)
-(setq sauron-max-line-length 189)
-(setq sauron-timestamp-format "%H:%M")
-(setq sauron-watch-nicks '("ryuslash"))
-(setq sauron-watch-patterns '("ryuslash"))
(setq scroll-conservatively 101)
(setq send-mail-function 'smtpmail-send-it)
(setq sendmail-program "/usr/bin/msmtp")
(setq smex-key-advice-ignore-menu-bar t)
(setq smex-save-file "~/.emacs.d/smex-items")
-(setq special-display-buffer-names '("*Sauron*"))
-(setq special-display-frame-alist '((minibuffer . nil)
- (right-fringe . 0)))
(setq split-height-threshold 40)
(setq time-stamp-active t)
(setq time-stamp-format "%04y-%02m-%02d %02H:%02M:%02S (%u)")