Emacs: Remove time-stamps for messages code.
This commit is contained in:
parent
159ddd1c9b
commit
30168cacad
|
@ -1,21 +1,11 @@
|
|||
;;; misc.el --- Basic things that do not fit any other category. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-01-04T12:11:41+0100>
|
||||
;; Time-stamp: <2020-01-10T11:02:37+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; (use-package emacs
|
||||
;; :ensure nil
|
||||
|
||||
;; :config
|
||||
;; (defun my/message-with-timestamp (args)
|
||||
;; "Prepend current timestamp to a `message' output."
|
||||
;; (push (concat (format-time-string "[%FT%T] ") (car args)) (cdr args)))
|
||||
|
||||
;; (advice-add 'message :filter-args 'my/message-with-timestamp)
|
||||
;; )
|
||||
|
||||
(provide 'basics/misc)
|
||||
;;; misc.el ends here
|
||||
|
|
Loading…
Reference in New Issue
Block a user