소스 검색

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(){


불러오는 중...
취소
저장