VirtualTam's bookmarks

  1. 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
  2. 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)))))

  3. Very cool & detailed tutorial on how to setup Emacs for Python editing, completion & execution.

    https://github.com/jhamrick/emacs

  4. "Lisp has been criticised for giving individuals so much leverage that little social interaction ensues."

  5. Cool Lisp modes, featuring coffee.el (HTCPCP) and some server (httpd, postgres) utils