dot/emacs: Tweaking for `proced'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 8 Dec 2009 14:21:14 +0000 (14:21 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 8 Dec 2009 14:21:14 +0000 (14:21 +0000)
Show all processes by default; sort by user.  Maybe we'll do something
more intelligent later.

dot/emacs

index beaf7bf..ddabb00 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq x-gtk-file-dialog-help-text nil)
 (setq Info-fontify-maximum-menu-size 100000)
 (setq set-mark-command-repeat-pop t)
+(setq-default proced-filter 'all
+             proced-sort 'user)
 (setq ispell-program-name "aspell"
       ispell-local-dictionary "en_GB-ize-w_accents"
       flyspell-default-dictionary "en_GB-ize-w_accents"