Add main macro.

This commit is contained in:
Ivan Malison 2014-04-20 00:14:12 -07:00
parent b0e0d3eff0
commit efa71e12f5

View File

@ -215,7 +215,7 @@ Return a list of installed packages or nil for every package not installed."
;; Macros
(fset 'ipdb "import ipdb; ipdb.set_trace()")
(fset 'main "if __name__ == '__main__':")
;; Miscellaneous
(global-set-key (kbd "C-x C-b") 'buffer-menu)
(global-set-key (kbd "C-x w") 'whitespace-mode)