VirtualTam's bookmarks

  1. Let Over Lambda 2015-03-18

    This book is about macros, that is programs that write programs.

  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)))))