Merge branch 'color-theme' - change color theme and eshell
[dotfiles.git] / emacs.d / config / init-base.el
index cdfd69e..7ee68e4 100644 (file)
@@ -2,7 +2,7 @@
 
 (scroll-bar-mode -1)
 (tool-bar-mode -1)
-;(menu-bar-mode -1)
+(menu-bar-mode -1)
 (add-to-list 'default-frame-alist '(width  . 120))
 (add-to-list 'default-frame-alist '(height . 40))
 ;(add-to-list 'default-frame-alist '(font . "Source Code Pro for Powerline-12:weight:light" ))
@@ -50,5 +50,6 @@
 (setq diredp-hide-details-initially-flag t)
 (setq diredp-hide-details-propagate-flag t)
 
+(setq term-buffer-maximum-size 10000)
 
 (provide 'init-base)