term: call home with editing needs

This commit is contained in:
Jonas Bernoulli 2016-09-15 09:59:35 +02:00
parent 11eb614e07
commit 30451dc2d9

View File

@ -251,6 +251,12 @@
:defer t
:config (setq smerge-refine-ignore-whitespace nil))
(use-package term
:defer t
:config
(require 'with-editor)
(add-hook 'term-exec-hook 'with-editor-export-editor))
(progn `text-mode'
(add-hook 'test-mode-hook #'indicate-buffer-boundaries-left))