summaryrefslogtreecommitdiff
path: root/.emacs.d/init-custom.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-13 09:06:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-13 09:06:19 -0700
commit54f9091e80e52dddb18079d02fb9903c8eea0947 (patch)
treefbf61966a2a6f139998c90842f0d57377716cf66 /.emacs.d/init-custom.el
parentbec1c4975100602d09965584d439f7400812b1f2 (diff)
downloaddotfiles-54f9091e80e52dddb18079d02fb9903c8eea0947.tar.gz
tidy frames-only-mode config
Diffstat (limited to '.emacs.d/init-custom.el')
-rw-r--r--.emacs.d/init-custom.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el
index bdc47644..a71b9b5e 100644
--- a/.emacs.d/init-custom.el
+++ b/.emacs.d/init-custom.el
@@ -4,8 +4,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(fixed-pitch ((t (:weight normal :height 120 :width normal :foundry "raster" :family "Terminus"))))
- '(flymake-errline ((((class color)) (:underline "red"))) t)
- '(flymake-warnline ((((class color)) (:underline "yellow"))) t)
+ '(flymake-errline ((((class color)) (:underline "red"))))
+ '(flymake-warnline ((((class color)) (:underline "yellow"))))
'(fringe ((t (:background nil))))
'(git-annex-dired-annexed-available ((t (:foreground "color-151"))))
'(git-annex-dired-annexed-unavailable ((t (:foreground "color-167"))))
@@ -44,7 +44,6 @@
'(fci-rule-color "#383838")
'(footnote-narrow-to-footnotes-when-editing t)
'(footnote-section-tag "")
- '(frames-only-mode-use-window-functions (quote (calendar dired-other-window)))
'(gnus-alias-add-identity-menu nil)
'(gnus-alias-allow-forward-as-reply t)
'(gnus-alias-default-identity "Nucifera")
@@ -160,7 +159,7 @@
(quote
(:eval
(format " Pr[%s]"
- (projectile-project-name)))))
+ (projectile-project-name)))))
'(safe-local-variable-values
(quote
((eval highlight-regexp "^ *")