From 620c71e8a76f28afeb0db78b5c8c449a839b276a Mon Sep 17 00:00:00 2001 From: SouthFox Date: Fri, 12 Jul 2024 00:27:40 +0800 Subject: [PATCH] [chore] remove play parrot on startup emaccs --- config.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.org b/config.org index d80504f..dbe7827 100644 --- a/config.org +++ b/config.org @@ -308,11 +308,6 @@ 感觉真该学学 =elisp= 了啊,必须得重构这段了。 #+begin_src emacs-lisp -(add-hook 'emacs-startup-hook - (lambda () - (setq parrot-num-rotations 10) - (parrot-set-parrot-type 'emacs))) - (defun my-parrot-thumbsup-play () (parrot-set-parrot-type 'thumbsup) (parrot-start-animation))