From 9de6616900746b80430daa155840715a09aaf1bb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 8 Dec 2009 14:21:14 +0000 Subject: [PATCH] dot/emacs: Tweaking for `proced'. Show all processes by default; sort by user. Maybe we'll do something more intelligent later. --- dot/emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/emacs b/dot/emacs index beaf7bf..ddabb00 100644 --- a/dot/emacs +++ b/dot/emacs @@ -215,6 +215,8 @@ (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" -- 2.11.0