From 47fc98b4aab1a1a7275d2d2da7c868ce07893118 Mon Sep 17 00:00:00 2001 From: mir Date: Tue, 23 Jan 2024 14:21:44 -0900 Subject: [PATCH] rename me, mitch is gone --- README.org | 2 +- dconf-mode.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 94baa7d..1c8431a 100644 --- a/README.org +++ b/README.org @@ -16,7 +16,7 @@ With straight.el and use-package: (use-package dconf-mode :straight (:type git - :repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el")) + :repo "https://git.marq42.xyz/mir/dconf-mode")) #+end_src * Usage: diff --git a/dconf-mode.el b/dconf-mode.el index 28a9157..086b293 100644 --- a/dconf-mode.el +++ b/dconf-mode.el @@ -1,11 +1,11 @@ ;;; dconf-mode.el --- Edit dconf settings in an emacs buffer -;; Author: Mitchell Marquez -;; URL: https://git.mitchmarq42.xyz/mitch/dconf-mode.el +;; Author: Miranda Marquez +;; URL: https://git.marq42.xyz/mir/dconf-mode ;; Version: 0.1 ;; Keywords: convenience -;;; Copyright © 2022 Mitchell Marquez +;;; Copyright © 2022 Miranda Marquez ;;; ;;; ;;; This file is NOT part of GNU Emacs.