From 72a3e082b1d067061a93d737a2f6fc6a4440aaa4 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sun, 8 Jun 2014 17:06:24 -0700 Subject: Finally fix new frame cursor color problem diff --git a/ravi-init-appearance.el b/ravi-init-appearance.el index b6349af..a0c39ff 100644 --- a/ravi-init-appearance.el +++ b/ravi-init-appearance.el @@ -45,7 +45,7 @@ (setq bell-volume 0) (setq sound-alist nil) -(set-face-background 'cursor "LightSteelBlue1") +(add-to-list 'default-frame-alist '(cursor-color . "#ffb90f") t) ;; Answering just 'y' or 'n' will do (defalias 'yes-or-no-p 'y-or-n-p) -- cgit v0.10.1