Browse Source

tmux color for arch-aspireone

pull/1/head
10sr 11 years ago
parent
commit
80300dd94b
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      emacs.el
  2. +1
    -1
      tmux.conf

+ 1
- 0
emacs.el View File

@@ -559,6 +559,7 @@ drill-instructor.el"
(and (not window-system)
(not (eq window-system 'mac))
(getenv "DISPLAY")
(not (equal (getenv "DISPLAY") ""))
(executable-find "xclip")
;; (< emacs-major-version 24)
(dllib-if-unfound "http://www.emacswiki.org/emacs/download/xclip.el" t)


+ 1
- 1
tmux.conf View File

@@ -19,7 +19,7 @@ set message-fg yellow
set -g set-titles on

set -g status-bg green
if "test `hostname` = newkiwi" "set -g status-bg blue"
set -g status-fg white
if "test `hostname` = arch-aspireone" "set -g status-bg blue"

if "test -f /opt/local/bin/reattach-to-user-namespace" "set-option -g default-command '/opt/local/bin/reattach-to-user-namespace bash'"

Loading…
Cancel
Save