diff options
| author | 2016-10-14 01:27:26 +0200 | |
|---|---|---|
| committer | 2016-10-14 01:27:26 +0200 | |
| commit | 01a358e8315f8cf416fed80cba6628ad53454b12 (patch) | |
| tree | c7f51b9d51633ca602f4fb5a1da279678bb3fb24 | |
| parent | 920bf82445c0e37cca3aea333b15c1aa4cef6e65 (diff) | |
| download | new-dotfiles-01a358e8315f8cf416fed80cba6628ad53454b12.tar.gz new-dotfiles-01a358e8315f8cf416fed80cba6628ad53454b12.zip | |
Fix byte compiler warnings
| -rw-r--r-- | emacs/.emacs.d/init/ediff-init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ediff-init.org b/emacs/.emacs.d/init/ediff-init.org index 4d6df76..588a605 100644 --- a/emacs/.emacs.d/init/ediff-init.org +++ b/emacs/.emacs.d/init/ediff-init.org @@ -1,5 +1,9 @@ #+TITLE: Ediff +#+BEGIN_SRC emacs-lisp + (require 'ediff) +#+END_SRC + Don't use a special frame for the ediff control buffer. #+BEGIN_SRC emacs-lisp |
