Browse Source

update comment

pull/1/head
10sr 11 years ago
parent
commit
63c3354593
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el View File

@@ -279,8 +279,9 @@ found, otherwise returns nil."
;; my-buffer-file-last-modified-time))
;; (cdr ls))))

'(setq-default header-line-format (list " "
'display-time-string))
'(setq header-line-format (list '(:eval default-directory)
" "
'display-time-string))

(defvar set-terminal-title-term-regexp ""
"Rexexp for `set-terminal-title'.")


Loading…
Cancel
Save