Add type-break settings
This commit is contained in:
parent
361726f0dd
commit
58dc871d0b
1 changed files with 4 additions and 1 deletions
|
@ -262,7 +262,7 @@
|
||||||
(setq jabber-history-dir "~/.emacs.d/jabber")
|
(setq jabber-history-dir "~/.emacs.d/jabber")
|
||||||
(setq jabber-roster-show-bindings nil)
|
(setq jabber-roster-show-bindings nil)
|
||||||
(setq jit-lock-defer-time 0.2)
|
(setq jit-lock-defer-time 0.2)
|
||||||
(setq magit-repo-dirs '("~/var/src/"))
|
(setq magit-repo-dirs '("~/projects/" "~/var/src/"))
|
||||||
(setq message-log-max 1000)
|
(setq message-log-max 1000)
|
||||||
(setq message-send-mail-function 'message-send-mail-with-sendmail)
|
(setq message-send-mail-function 'message-send-mail-with-sendmail)
|
||||||
(setq message-sendmail-extra-arguments '("-a" "ryuslash"))
|
(setq message-sendmail-extra-arguments '("-a" "ryuslash"))
|
||||||
|
@ -289,6 +289,9 @@
|
||||||
(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)")
|
||||||
|
(setq type-break-good-rest-interval (* 60 10))
|
||||||
|
(setq type-break-interval (* 60 50))
|
||||||
|
(setq type-break-keystroke-threshold '(nil . nil))
|
||||||
(setq uniquify-buffer-name-style 'post-forward)
|
(setq uniquify-buffer-name-style 'post-forward)
|
||||||
(setq use-dialog-box nil)
|
(setq use-dialog-box nil)
|
||||||
(setq user-full-name "Tom Willemsen")
|
(setq user-full-name "Tom Willemsen")
|
||||||
|
|
Loading…
Reference in a new issue