about summary refs log tree commit diff
path: root/users/grfn/emacs.d/show-matching-paren.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/grfn/emacs.d/show-matching-paren.el (renamed from users/glittershark/emacs.d/show-matching-paren.el)2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/show-matching-paren.el b/users/grfn/emacs.d/show-matching-paren.el
index d10751a63f94..ab65a912a8d1 100644
--- a/users/glittershark/emacs.d/show-matching-paren.el
+++ b/users/grfn/emacs.d/show-matching-paren.el
@@ -1,4 +1,4 @@
-;;; ~/.doom.d/show-matching-paren.el -*- lexical-binding: t; -*-
+;;; -*- lexical-binding: t; -*-
 
 ;;; https://with-emacs.com/posts/ui-hacks/show-matching-lines-when-parentheses-go-off-screen/