Emacs: ues bug-hunter

This commit is contained in:
Marcel Kapfer 2017-11-28 00:12:14 +01:00
parent d03b08bf0a
commit a17e6b4012
1 changed files with 5 additions and 0 deletions

View File

@ -850,3 +850,8 @@
:config
(defun elfeed-search-format-date (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)