diff options
author | noa | 2024-11-11 12:40:03 +0800 |
---|---|---|
committer | noa | 2024-11-11 12:40:03 +0800 |
commit | 311ff96b4a0e98ac7fe543c5efa4487a8cea60c8 (patch) | |
tree | 0604240b0ee641094def989457073112510a839a | |
parent | cf9cb78d916935895f6d79a1f789a442f4e7303d (diff) |
Remove cookie quote from scratch buffer
-rw-r--r-- | emacs/init.el | 11 |
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) |