Search Results

2
votes

The single most useful Emacs feature

How about Digit-Arguments for the next command. Before, I have always used Universal-Arguments via C-u but you can go much faster since Digit args are bound to both, Control and Meta. Exam …
3
votes

Hiding ^M in emacs

(defun remove-dos-eol () "Removes the disturbing '^M' showing up in files containing mixed UNIX and DOS line endings." (interactive) (setq buffer-display-table (make-display-table)) …
1
vote

What does your .conkerorrc look like?

Well, I can't really help you here but I just wanted to say that although I'm an emacs guy, I dropped Conkeror for vimperator because IMHO the bro …