chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ca556
)
dot/emacs: Tweaking for `proced'.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 8 Dec 2009 14:21:14 +0000
(14:21 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index beaf7bf6acb5e132155c7b48b9b69e52699034a1..ddabb00b7e91dd5acb5787e71c16820ebb2c8000 100644
(file)
--- 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"