From 311ff96b4a0e98ac7fe543c5efa4487a8cea60c8 Mon Sep 17 00:00:00 2001 From: noa Date: Mon, 11 Nov 2024 12:40:03 +0800 Subject: Remove cookie quote from scratch buffer --- emacs/init.el | 11 ----------- 1 file changed, 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) -- cgit 1.4.1-2-gfad0