all repos — archive/dotfiles @ 7f00ccbe79f5f65aea593fc2aa491e14a3fa40cd

Superseded by nixfiles

emacs: Use crux function to delete buffer and file
Alan Pearce alan@alanpearce.eu
Sat, 16 Jun 2018 20:17:18 +0200
commit

7f00ccbe79f5f65aea593fc2aa491e14a3fa40cd

parent

c72a3037fe988db5af5174535baf30e9b7ac395e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -724,7 +724,7 @@ (defun kill-or-delete-this-buffer-dwim (&optional arg)   "Kill current buffer.  With prefix ARG, delete it."
   (interactive "P")
   (if (equal arg '(4))
-      (delete-current-buffer-file)
+      (crux-delete-file-and-buffer)
     (if server-buffer-clients
         (server-edit)
       (let ((buf (buffer-name)))