0
votes
Passwords in Emacs tramp mode editing
Using public key (RSA) authentication is more secure and much more convenient. On a GNU/Linux system (and maybe others, I don't know) you typically would unlock your private key once per login ses …
2
votes
A good project tree browser for Emacs?
The different parts of cedet will do what you want I think. Speedbar has the tree structure thing, and EDE handles projects etc.
…
1
vote
What’s in your .emacs?
My .emacs is only 127 lines, here are the most useful little snippets:
;; keep backup files neatly out of the way in .~/
(setq backup-directory-alist '(("." . ".~")))
…
