VirtualTam's bookmarks
9 bookmarks found
Page 1 of 1
-
-
Obfuscating "Hello world!" – Ben Kurtovic
2017-02-17 -
Let Over Lambda
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)))))
Page 1 of 1