From 754a5432a4fb0a08101c23ce52b507295fb1ce85 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sat, 30 Nov 2013 21:04:33 -0800 Subject: More appearance fixes diff --git a/ravi-init-appearance.el b/ravi-init-appearance.el index 69b77d9..75f76b0 100644 --- a/ravi-init-appearance.el +++ b/ravi-init-appearance.el @@ -40,6 +40,13 @@ (global-font-lock-mode t) (setq font-lock-maximum-decoration t) +;; Sounds. +;; Turn off sound. +(setq bell-volume 0) +(setq sound-alist nil) + +(set-face-background 'cursor "LightSteelBlue1") + ;; Answering just 'y' or 'n' will do (defalias 'yes-or-no-p 'y-or-n-p) -- cgit v0.10.1