瀏覽代碼

fix conky log path

pull/1/head
10sr 12 年之前
父節點
當前提交
da8809c0f4
共有 2 個檔案被更改,包括 5 行新增4 行删除
  1. +3
    -2
      emacs.el
  2. +2
    -2
      xprograms

+ 3
- 2
emacs.el 查看文件

@@ -346,10 +346,11 @@ drill-instructor.el"
))

(when (require 'whitespace nil t)
(setq whitespace-style '(face newline newline-mark empty tabs lines trailing))
(setq whitespace-style '(face newline newline-mark empty tabs lines-trail trailing))
;; (setq whitespace-newline 'font-lock-comment-face)
(add-to-list 'whitespace-display-mappings
`(newline-mark ?\n ,(vconcat "$\n")))
`(newline-mark ?\n ,(vconcat "$\n"))
)
(global-whitespace-mode t))

;; highlight current line


+ 2
- 2
xprograms 查看文件

@@ -26,8 +26,8 @@ _gsoundap(){
}

_conky(){
conky -c ~/.dotfiles/conkyrc >~/.backup/log/conky.log 2>&1 &
conky -c ~/.dotfiles/conkyrc.2 >~/.backup/log/conky.2.log 2>&1 &
conky -c ~/.dotfiles/conkyrc >~/.my/log/conky.log 2>&1 &
conky -c ~/.dotfiles/conkyrc.2 >~/.my/log/conky.2.log 2>&1 &
}

_wicd(){


Loading…
取消
儲存