Mercurial > hg > dotemacs
changeset 179:a38b9f1d2d2c
trivial fixes
author | Jordi GutiƩrrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 02 Jul 2018 21:49:31 -0400 (2018-07-03) |
parents | a88105de5f74 |
children | 66d1f51b7df3 |
files | dotemacs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dotemacs.el +++ b/dotemacs.el @@ -393,7 +393,7 @@ (quote (elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults))) '(elpy-rpc-timeout 5) - '(erc-input-line-position 0) + '(erc-input-line-position 0 t) '(erc-modules (quote (highlight-nicknames scrolltobottom completion autojoin button fill irccontrols list match menu move-to-prompt netsplit networks noncommands readonly ring stamp track))) @@ -480,7 +480,7 @@ '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t)))) '(diff-header ((nil (:foreground "skyblue")))) '(diff-refine-added ((t (:inherit diff-refine-change :background "#114411")))) - '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "navyblue")))) + '(diff-refine-changed ((((class color) (min-colors 88) (background dark)) (:background "navyblue")))) '(diff-refine-removed ((t (:inherit diff-refine-change :background "#441111")))) '(diff-removed ((t (:foreground "orangered")))) '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen"))))