Commit Graph

19 Commits

Author SHA1 Message Date
0446c2a853 vterm-max-scrollback = 5000 2020-11-04 15:25:40 -05:00
38a95f7e58 Bump :term vterm
akermu/emacs-libvterm@422ffe0 -> akermu/emacs-libvterm@797357b

akermu/emacs-libvterm#373 was merged

Fixes #3683
2020-08-13 17:02:15 -04:00
c7bfbafdcc Tempfix #3683: vterm not building on emacsgcc
Remove this when akermu/emacs-libvterm#363 is resolved.
2020-08-04 14:03:06 -04:00
346a90c95d Refactor vterm module 2020-04-23 23:28:47 -04:00
169f9a6121 General, minor refactor & reformatting 2020-03-27 01:25:30 -04:00
535a0e753c Autoload vterm and vterm-mode 2020-03-04 17:17:47 -05:00
1fe584fc21 address feedback 2020-02-22 21:42:04 -05:00
bfd6d5ede8 vterm returns to where it was entering insert 2020-02-22 19:10:19 -05:00
f7445a10db General refactor & reformatting across the board 2020-02-18 22:56:47 -05:00
5b242c73bb Bump to akermu/emacs-libvterm@4fbf8f8 2020-01-31 13:01:10 -05:00
520fefbd0f Prevent premature h-scrolling in vterm buffers 2020-01-12 20:05:26 -05:00
146e9a1acf vterm: adapt to new function signature
emacs-libvterm@376db7cf416 had a breaking change for
`vterm-exit-functions` which sends the event as the second argument.
2019-12-09 14:50:28 -08:00
996188250b Minor refactors & comment revision 2019-12-06 17:16:34 -05:00
19ecf8e46a Correct last inline hook defuns
See a3e262c7 for rationale
2019-07-28 16:10:53 +02:00
76cacb5bfe 💥 Rename def-package! -> use-package!
Calling this pivotal macro "def-package!" has frequently been a source
of confusion. It is a thin wrapper around use-package, and it should be
obvious that it is so. For this reason, and to match the naming
convention used with other convenience macros/wrappers, it is now
use-package!.

Also changes def-package-hook! -> use-package-hook!

The old macros are now marked obsolete and will be removed when straight
integration is merged.
2019-07-23 12:50:45 +02:00
703b58f325 term/*: conform to new conventions 2019-07-23 00:07:14 +02:00
149b2617b0 💥 revise hook/var fns naming convention (2/2)
This is second of three big naming convention changes. In this commit,
we change the naming conventions for hook functions and variable
functions:

1. Replace the bar | to indicate a hook function with a -h suffix, e.g.

     doom|init-ui -> doom-init-ui-h
     doom|run-local-var-hooks -> doom-run-local-var-hooks-h

2. And add a -fn suffix for functions meant to be set on variables,
   e.g.

     (setq magit-display-buffer-function #'+magit-display-buffer-fn)

See ccf327f8 for the reasoning behind these changes.
2019-07-22 02:30:38 +02:00
648e81f765 term/vterm: remove evil config
It's been implemented in evil-collection-vterm.
2019-07-06 23:22:28 +02:00
8c65a63b1c Move eshell, term & vterm modules to :term 2019-05-19 02:17:59 -04:00