mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
term: call home with editing needs
This commit is contained in:
parent
11eb614e07
commit
30451dc2d9
6
init.el
6
init.el
@ -251,6 +251,12 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:config (setq smerge-refine-ignore-whitespace nil))
|
: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'
|
(progn `text-mode'
|
||||||
(add-hook 'test-mode-hook #'indicate-buffer-boundaries-left))
|
(add-hook 'test-mode-hook #'indicate-buffer-boundaries-left))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user