:inverse-video nil)
(mode-line-inactive :background "gray60" :foreground "black" :box nil
:inverse-video nil)
- ;; (tex-verbatim :family nil)
(region :background "springgreen2")
(ff/date-info-face :foreground "white" :weight 'bold)
(ff/mail-alarm-face :foreground "red" :weight 'bold)
:inverse-video nil)
;; (fringe :background "black" :foreground "gray90")
(fringe :background "gray65")
+ (tex-verbatim :family "courrier")
(ff/date-info-face :foreground "white" :weight 'bold)
(ff/mail-alarm-face :foreground "white" :background "red2")
;; (alarm-vc-face :foreground "black" :background "yellow" :weight 'normal)
(propertize
(with-temp-buffer (apply 'call-process x)
(buffer-string))
- 'face 'highlight)
+ 'face '(:background "gray80"))
(with-temp-buffer (apply 'call-process x)
(buffer-string))
))
display-time-interval 15 ;; Check every 15s
display-time-string-forms `(
+
;; (if mail
;; (concat " "
;; (propertize " mail "
(when (ff/load-or-alert "enotes" t)
(setq enotes/file "~/private/enotes"
enotes/show-help nil
- enotes/full-display nil)
+ enotes/full-display nil
+ enotes/default-time-fields "9:30")
+
(enotes/init)
;; (add-hook 'enotes/alarm-hook
;; (lambda () (ff/play-sound-async "~/local/sounds/three_notes2.wav")))