From: Mark Wooding Date: Sat, 22 Jun 2024 10:52:12 +0000 (+0100) Subject: el/dot-emacs.el: Break out the `rename-file' hacking into its own section. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/e7d9382e0e9756176d4339948e407c7b4b0d8847 el/dot-emacs.el: Break out the `rename-file' hacking into its own section. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 0b80438..38b4595 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -240,7 +240,8 @@ (setq glasses-separator "-" glasses-separate-parentheses-p nil glasses-uncapitalize-p t) -;; Rename buffers along with files. +;;;-------------------------------------------------------------------------- +;;; Rename buffers along with files. (defvar mdw-inhibit-rename-buffer nil "If non-nil, `rename-file' won't rename the buffer visiting the file.")