.emacs.d/init.el
This commit is contained in:
parent
d719607d10
commit
89b0ac6c2b
1 changed files with 0 additions and 14 deletions
|
@ -113,10 +113,6 @@
|
||||||
(eval-after-load "org"
|
(eval-after-load "org"
|
||||||
'(require 'org-init))
|
'(require 'org-init))
|
||||||
|
|
||||||
(eval-after-load "sauron"
|
|
||||||
'(setq sauron-modules (append '(sauron-identica sauron-jabber)
|
|
||||||
sauron-modules)))
|
|
||||||
|
|
||||||
(eval-after-load "smex"
|
(eval-after-load "smex"
|
||||||
'(progn
|
'(progn
|
||||||
(global-set-key (kbd "M-x") 'smex)
|
(global-set-key (kbd "M-x") 'smex)
|
||||||
|
@ -280,21 +276,11 @@
|
||||||
(setq pony-tpl-indent-moves t)
|
(setq pony-tpl-indent-moves t)
|
||||||
(setq rainbow-delimiters-max-face-count 12)
|
(setq rainbow-delimiters-max-face-count 12)
|
||||||
(setq redisplay-dont-pause t)
|
(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 scroll-conservatively 101)
|
||||||
(setq send-mail-function 'smtpmail-send-it)
|
(setq send-mail-function 'smtpmail-send-it)
|
||||||
(setq sendmail-program "/usr/bin/msmtp")
|
(setq sendmail-program "/usr/bin/msmtp")
|
||||||
(setq smex-key-advice-ignore-menu-bar t)
|
(setq smex-key-advice-ignore-menu-bar t)
|
||||||
(setq smex-save-file "~/.emacs.d/smex-items")
|
(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 split-height-threshold 40)
|
||||||
(setq time-stamp-active t)
|
(setq time-stamp-active t)
|
||||||
(setq time-stamp-format "%04y-%02m-%02d %02H:%02M:%02S (%u)")
|
(setq time-stamp-format "%04y-%02m-%02d %02H:%02M:%02S (%u)")
|
||||||
|
|
Loading…
Reference in a new issue