VirtualTam's bookmarks
-
2024-06-12 -
2019-06-05 -
2017-02-17 -
2015-03-18 This book is about macros, that is programs that write programs.
-
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)))))