Explorar el Código

~/.emacs.d: make initial scratch buffer empty

i still like <3's, though!
Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
3168b2a310
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .emacs.d/init.el

+ 1 - 1
.emacs.d/init.el

@ -2,7 +2,7 @@
2 2
(load "~/.emacs.d/better-defaults")
3 3
4 4
(setq initial-major-mode 'text-mode)
5
(setq initial-scratch-message "<3")
5
(setq initial-scratch-message nil)
6 6
7 7
(setq auto-save-file-name-transforms
8 8
      `((".*" ,(concat user-emacs-directory "backups"))))