summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2024-11-11 12:40:03 +0800
committernoa2024-11-11 12:40:03 +0800
commit311ff96b4a0e98ac7fe543c5efa4487a8cea60c8 (patch)
tree0604240b0ee641094def989457073112510a839a
parentcf9cb78d916935895f6d79a1f789a442f4e7303d (diff)
Remove cookie quote from scratch buffer
-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)