diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lib/settings.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el index 3091298..65c39d1 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -89,6 +89,10 @@ (setq-default cursor-type 'bar) ;; Set default font. -(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal) +(set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal) + +;; no bell +(setq visible-bell nil) +(setq ring-bell-function 'ignore) (provide 'settings) |