projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1bbc615
)
[emacs] silence ediff-after-quit-hook-internal related warning
author
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 00:08:56 +0000
(19:08 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 00:08:56 +0000
(19:08 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
4c6b9cb
..
14941a2
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1079,7
+1079,7
@@
TODO: break this giant source block down into individual org sections.
;; https://oremacs.com/2017/03/18/dired-ediff/
(defun dired-ediff-files ()
(interactive)
- (
require 'ediff
)
+ (
defvar ediff-after-quit-hook-internal
)
(let ((files (dired-get-marked-files))
(wnd (current-window-configuration)))
(if (<= (length files) 2)