Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Fix term background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Apr 28, 2012
1 parent e6a956b commit 8b8cca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/misc.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
;;; MULTI-TERM ;;; MULTI-TERM
(require 'multi-term) (require 'multi-term)
(defalias 'term 'multi-term) (defalias 'term 'multi-term)
(custom-set-variables
'(term-default-bg-color "#000000")
'(term-default-fg-color "#cccccc"))
(setq multi-term-dedicated-select-after-open-p t (setq multi-term-dedicated-select-after-open-p t
multi-term-dedicated-window-height 24) multi-term-dedicated-window-height 24)


Expand Down

0 comments on commit 8b8cca7

Please sign in to comment.