Skip to content

Commit

Permalink
Tidy up the modeline a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Jun 9, 2012
1 parent 201dae8 commit 195bcf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion init.el
Expand Up @@ -28,7 +28,10 @@
(put sym 'disabled nil))))

;; Display the time
(display-time-mode 1)
(setq display-time-default-load-average nil)
(setq display-time-use-mail-icon t)
(setq display-time-24hr-format t)
(display-time-mode t)

;; tramp
(require 'tramp) ; manual require due to Emacs 23 bug
Expand Down Expand Up @@ -73,6 +76,7 @@
(require 'magit)
(global-set-key "\C-xg" 'magit-status)
(setq magit-status-buffer-switch-function 'switch-to-buffer)
(setq vc-display-status nil)

;; Markdown
(require 'markdown-mode)
Expand Down

0 comments on commit 195bcf0

Please sign in to comment.