ソースを参照

tmux color for arch-aspireone

pull/1/head
10sr 12年前
コミット
80300dd94b
2個のファイルの変更2行の追加1行の削除
  1. +1
    -0
      emacs.el
  2. +1
    -1
      tmux.conf

+ 1
- 0
emacs.el ファイルの表示

@@ -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 ファイルの表示

@@ -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'"

読み込み中…
キャンセル
保存