diff options
Diffstat (limited to 'ravi-init-appearance.el')
| -rw-r--r-- | ravi-init-appearance.el | 7 |
1 files changed, 7 insertions, 0 deletions
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) |
