From: Mark Wooding Date: Tue, 8 Dec 2009 14:21:14 +0000 (+0000) Subject: dot/emacs: Tweaking for `proced'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9de6616900746b80430daa155840715a09aaf1bb?ds=inline dot/emacs: Tweaking for `proced'. Show all processes by default; sort by user. Maybe we'll do something more intelligent later. --- 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"