summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 521df76..d863f72 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -653,17 +653,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word."
" "
(shell-quote-argument url))))
-;; Put a quote in the scratch buffer
-(setopt cookie-file "~/Documents/Library/quotes")
-(setopt initial-scratch-message
- (concat (with-temp-buffer
- (emacs-lisp-mode)
- (insert (cookie cookie-file))
- (mark-whole-buffer)
- (comment-region (mark) (point))
- (buffer-substring (mark) (point)))
- "\n\n"))
-
;;; Other
(setopt confirm-kill-emacs 'y-or-n-p)