chiark / gitweb /
el/dot-emacs.el: Break out the `rename-file' hacking into its own section.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 22 Jun 2024 10:52:12 +0000 (11:52 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Jun 2024 00:00:34 +0000 (01:00 +0100)
el/dot-emacs.el

index 0b80438fd2930fff22542dc60612bba16cd5a517..38b4595cbc931008daa56e7a767d9d2756632c20 100644 (file)
@@ -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.")