Przeglądaj źródła

fix conky log path

pull/1/head
10sr 12 lat temu
rodzic
commit
da8809c0f4
2 zmienionych plików z 5 dodań i 4 usunięć
  1. +3
    -2
      emacs.el
  2. +2
    -2
      xprograms

+ 3
- 2
emacs.el Wyświetl plik

@@ -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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz