Emacs: ues bug-hunter
This commit is contained in:
parent
d03b08bf0a
commit
a17e6b4012
1 changed files with 5 additions and 0 deletions
|
@ -850,3 +850,8 @@
|
||||||
:config
|
:config
|
||||||
(defun elfeed-search-format-date (date)
|
(defun elfeed-search-format-date (date)
|
||||||
(format-time-string "%Y-%m-%d %H:%M" (seconds-to-time date))))
|
(format-time-string "%Y-%m-%d %H:%M" (seconds-to-time date))))
|
||||||
|
|
||||||
|
|
||||||
|
;; bug-hunter
|
||||||
|
;; Hunt down errors by bisecting elisp files
|
||||||
|
(use-package bug-hunter)
|
||||||
|
|
Loading…
Reference in a new issue