Make display-time-format more compact

This commit is contained in:
Ivan Malison 2016-09-08 13:10:16 -07:00
parent 04405d1c85
commit 559c516ec0
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
f# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_direction=1
hide_threads=0
hide_userland_threads=1
hide_kernel_threads=1
hide_userland_threads=0
shadow_other_users=0
show_thread_names=0
highlight_base_name=0

View File

@ -954,7 +954,7 @@ whenever there is an error.
#+BEGIN_SRC emacs-lisp
(setq display-time-default-load-average nil)
(setq display-time-interval 1)
(setq display-time-format "%a, %b %d, %T ")
(setq display-time-format "%a|%m-%d|%T")
(display-time-mode 1)
#+END_SRC
** Subword