summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-05-26 12:05:53 -0400
committerDavid Robillard <d@drobilla.net>2016-05-26 12:05:53 -0400
commitfc0539e4052ceafc05e5db8131d5c246aa7f630c (patch)
tree9b33b3935a84859124d0a6a062b562b60c9bb342
parentdd2bd3ac588d45daa101fc5a1cd4adcd912630e8 (diff)
downloaddotfiles-fc0539e4052ceafc05e5db8131d5c246aa7f630c.tar.gz
dotfiles-fc0539e4052ceafc05e5db8131d5c246aa7f630c.tar.bz2
dotfiles-fc0539e4052ceafc05e5db8131d5c246aa7f630c.zip
Polish emacs style
-rw-r--r--emacs.d/init.el9
1 files 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"))))