Skip to content

Instantly share code, notes, and snippets.

@rawsyntax
Last active December 27, 2015 08:09
Show Gist options
  • Save rawsyntax/7293989 to your computer and use it in GitHub Desktop.
Save rawsyntax/7293989 to your computer and use it in GitHub Desktop.
terminal history size adjustment
(add-hook 'term-mode-hook
(lambda ()
(setq term-buffer-maximum-size 10000)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment