-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamontea-scratch.el
27 lines (25 loc) · 979 Bytes
/
samontea-scratch.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(setf initial-scratch-message nil)
(add-hook 'after-init-hook
(lambda () (setf initial-scratch-message (concat
";; init: " (emacs-init-time) (format-time-string " @ %T on %F") "\n;; " (user-login-name) "@" (system-name) "\n"
";; Scratch teh thangs!
;;
;; / \\ / \\
;; / Δ \\ / Δ \\
;; -------------------------
;; / \\
;; | ---- ---- |
;; | | | | | |
;; | | Θ| | Θ| |
;; | ---- ---- |
;; | ^ |
;; | ------- |
;; | \\ / |
;; \\ --- /
;; \\ /
;; -----------------------
;; | λ |
;; -----------------------
;;
;;\n\n"))))
(provide 'samontea-scratch)