Chords
- M-x eww RET url
Very basic built-in web editor; love it to read articles dealing w/ programmation:
- M-x eww RET url
- M-x some-major-mode
- M-x linum
Chords
Very basic built-in web editor; love it to read articles dealing w/ programmation:
electric-indent has been activated by default in emacs 24
to disable it for Python: (add-hook 'python-mode-hook (lambda () (set (make-local-variable 'electric-indent-functions) (list (lambda (arg) 'no-indent)))))
Very cool & detailed tutorial on how to setup Emacs for Python editing, completion & execution.
Major mode to edit web files/scripts
ws-trim.el: ftp://ftp.lysator.liu.se/pub/emacs/ws-trim.el
"Lisp has been criticised for giving individuals so much leverage that little social interaction ensues."
Cool Lisp modes, featuring coffee.el (HTCPCP) and some server (httpd, postgres) utils