diff options
Diffstat (limited to '.config/emacs/modules/bd--notes.el')
-rw-r--r-- | .config/emacs/modules/bd--notes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el index 678e4d9..f4f9677 100644 --- a/.config/emacs/modules/bd--notes.el +++ b/.config/emacs/modules/bd--notes.el @@ -11,7 +11,7 @@ then pastes the active region." (interactive) (let* ((mode major-mode) - (name (format "*Scratch for %s*" mode)) + (name (format "*scratch for %s*" mode)) (contents (when (region-active-p) (buffer-substring-no-properties (region-beginning) (region-end)))) |