From bd8fc036bfaf862057edfe7c6fc14b90a313d203 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 26 Mar 2024 12:13:25 +0800 Subject: [PATCH] Make the byte-compiler happier --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 3d22dbd..f26942a 100644 --- a/config.org +++ b/config.org @@ -2311,7 +2311,7 @@ htmlize package doesn't. Let's make creating an Org buffer just that little bit easier. #+begin_src emacs-lisp -(evil-define-command +evil-buffer-org-new (count file) +(evil-define-command +evil-buffer-org-new (_count file) "Creates a new ORG buffer replacing the current window, optionally editing a certain FILE" :repeat nil @@ -4671,7 +4671,7 @@ For when you want to change the case pattern for a symbol. :desc "Upper_Score" "u" #'string-inflection-capital-underscore :desc "UP_CASE" "U" #'string-inflection-upcase) (after! evil - (evil-define-operator evil-operator-string-inflection (beg end type) + (evil-define-operator evil-operator-string-inflection (beg end _type) "Define a new evil operator that cycles symbol casing." :move-point nil (interactive "")