rename me, mitch is gone

This commit is contained in:
mir 2024-01-23 14:21:44 -09:00
parent 0be884003f
commit 47fc98b4aa
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -1,11 +1,11 @@
;;; dconf-mode.el --- Edit dconf settings in an emacs buffer
;; Author: Mitchell Marquez <dr.m.perseos@gmail.com>
;; URL: https://git.mitchmarq42.xyz/mitch/dconf-mode.el
;; Author: Miranda Marquez <dr.m.perseos@gmail.com>
;; URL: https://git.marq42.xyz/mir/dconf-mode
;; Version: 0.1
;; Keywords: convenience
;;; Copyright © 2022 Mitchell Marquez <dr.m.perseos@gmail.com>
;;; Copyright © 2022 Miranda Marquez <dr.m.perseos@gmail.com>
;;;
;;;
;;; This file is NOT part of GNU Emacs.