From fc0539e4052ceafc05e5db8131d5c246aa7f630c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2016 12:05:53 -0400 Subject: Polish emacs style --- emacs.d/init.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 5d6488b..f485068 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -73,10 +73,11 @@ '(jshint-mode-node-program "nodejs") '(magit-diff-refine-hunk (quote all)) '(menu-bar-mode nil) - '(powerline-default-separator (quote slant)) '(pdf-view-midnight-colors (quote ("#C3D1D1" . "#141414"))) + '(powerline-default-separator (quote slant)) '(quack-pretty-lambda-p t) '(quack-run-scheme-always-prompts-p nil) + '(savehist-mode t) '(scroll-bar-mode (quote right)) '(scroll-conservatively 5) '(send-mail-function (quote sendmail-send-it)) @@ -107,11 +108,12 @@ '(diredp-compressed-file-suffix ((t (:foreground "gray50")))) '(diredp-date-time ((t (:foreground "#6c71c4")))) '(diredp-dir-heading ((t (:foreground "#4E9A06")))) - '(diredp-dir-name ((t (:foreground "#3465A4")))) + '(diredp-dir-name ((t (:foreground "#268BD2")))) '(diredp-dir-priv ((t (:foreground "#3465A4")))) '(diredp-exec-priv ((t (:foreground "#859900")))) '(diredp-file-name ((t (:foreground "gray90")))) '(diredp-file-suffix ((t (:foreground "gray70")))) + '(diredp-ignored-file-name ((t (:foreground "#586E75")))) '(diredp-no-priv ((t nil))) '(diredp-number ((t (:foreground "gray50")))) '(diredp-rare-priv ((t (:foreground "#32E2E2")))) @@ -140,6 +142,9 @@ '(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground "#D30102" :weight bold)))) '(fringe ((((class color) (background dark)) (:background "grey25")))) '(header-line ((t (:inherit mode-line)))) + '(highlight-beyond-fill-column-face ((t (:background "#530102")))) + '(jabber-chat-prompt-local ((t (:foreground "#859900" :weight bold)))) + '(jabber-rare-time-face ((t (:foreground "#6C71C4" :underline nil)))) '(link ((((class color) (min-colors 88) (background dark)) (:foreground "#268BD2" :inverse-video nil :underline t)))) '(link-visited ((default (:inherit link)) (((class color) (background dark)) (:foreground "#6C71C4")))) '(magit-diff-added ((t (:foreground "#657900")))) -- cgit v1.2.1