Migrate time to use-package

This commit is contained in:
Kashish Sharma 2018-09-06 16:27:04 +05:30
parent 77f8f53147
commit a3fd301cb7

View File

@ -23,6 +23,11 @@
("b" . Info-history-back)
("f" . Info-history-forward)))
(use-package time
:config
(setq display-time-next-load-average t)
(add-to-list 'display-time-world-list '("Europe/Berlin" "Berlin")))
;; (toggle-debug-on-error)
(setenv "PATH" (concat "/home/anon/bin:" (getenv "PATH")))
@ -286,10 +291,6 @@ and eval it."
(setq browse-url-browser-function 'browse-url-xdg-open)
(with-eval-after-load 'time
(setq display-time-next-load-average t)
(add-to-list 'display-time-world-list '("Europe/Berlin" "Berlin")))
;;;; Marmalade
;; (with-eval-after-load 'package
;; (add-to-list 'package-archives