瀏覽代碼

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 10 年之前
父節點
當前提交
f0c2c644f0
共有 3 個文件被更改,包括 8 次插入4 次删除
  1. +3
    -3
      emacs.el
  2. +1
    -1
      setup.sh
  3. +4
    -0
      tmux.conf

+ 3
- 3
emacs.el 查看文件

@@ -157,9 +157,9 @@ found, otherwise returns nil."
(lambda ()
(run-hooks 'my-idle-hook)))

(add-hook 'my-idle-hook
(lambda ()
(message "idle hook message")))
;; (add-hook 'my-idle-hook
;; (lambda ()
;; (message "idle hook message")))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; start and quit


+ 1
- 1
setup.sh 查看文件

@@ -76,7 +76,7 @@ gen_tmux_conf_local(){
# $tmux_conf_local
# Automatically generated from $0

set -g status-right "${USER}@$(hostname) | $(tmux -V) "
set -g status-right "${USER}@$(hostname) | #(tmux -V) "

set -g status-bg $tmux_bg_color
set -g status-fg $tmux_fg_color


+ 4
- 0
tmux.conf 查看文件

@@ -20,6 +20,10 @@ setw -g mode-mouse off
set -g set-titles on
set -g display-panes-time 5000

# disable updating status-left and status-right
set status-interval 0
set status-keys emacs

set -g message-bg white
set -g message-fg black
setw -g window-status-current-bg white


Loading…
取消
儲存