diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2013-12-01 05:04:33 (GMT) |
|---|---|---|
| committer | Ravikiran Rajagopal <aine.marina@gmail.com> | 2013-12-01 05:04:33 (GMT) |
| commit | 754a5432a4fb0a08101c23ce52b507295fb1ce85 (patch) | |
| tree | 2bd50da09d549e1ec09dfa515e03ec406268a836 /ravi-init-appearance.el | |
| parent | c83be45eb529ada0968feee9b553c2098fb13d70 (diff) | |
| download | dotemacs-754a5432a4fb0a08101c23ce52b507295fb1ce85.zip dotemacs-754a5432a4fb0a08101c23ce52b507295fb1ce85.tar.gz dotemacs-754a5432a4fb0a08101c23ce52b507295fb1ce85.tar.bz2 | |
More appearance fixes
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) |
