summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-02 16:09:38 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-11-02 16:09:38 -0700
commit92261acc7d114d289ebb90258094e43f706424c0 (patch)
tree3ddef1fe99a0aa7fd8a7fc66c42bb28b1ccdf5f5
parent[emacs] Move diminish at the top. (diff)
downloademacs.d-92261acc7d114d289ebb90258094e43f706424c0.tar.gz
[emacs] Remove the configuration for time.
-rw-r--r--emacs.d/init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 83d028b..2365f0b 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -403,13 +403,6 @@
   :config
   (setq thrift-indent-level 2))
 
-(use-package time
-  :config
-  (setq display-time-format "%I:%M"
-        display-time-default-load-average nil
-        display-time-24hr-format t)
-  (display-time-mode +1))
-
 (use-package tramp
   :config
   (setq tramp-default-method "ssh"))