Sfoglia il codice sorgente

disable flash, start with clear scratch buffer

Josh Bicking 8 anni fa
parent
commit
df91523ae1
1 ha cambiato i file con 3 aggiunte e 5 eliminazioni
  1. 3 5
      emacs

+ 3 - 5
emacs

@@ -1,5 +1,5 @@
-;; Disable beep
-(setq visible-bell 1)
+;; Disable beep & flash
+ (setq ring-bell-function 'ignore)
 
 ;; All yes or no prompts are y or n
 (defalias 'yes-or-no-p 'y-or-n-p)
@@ -208,9 +208,7 @@
  '(inhibit-startup-buffer-menu nil)
  '(inhibit-startup-echo-area-message "josh")
  '(initial-buffer-choice t)
- '(initial-scratch-message ";; scratch buffer
-
-")
+ '(initial-scratch-message "")
  '(package-selected-packages
    (quote
     (relative-line-numbers general fuzzy auto-complete evil-tabs powerline-evil zenburn-theme magit iedit evil-leader))))