From 43f6b48a94cb104daed89b05b6f631fe4916355e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 2 Aug 2015 12:01:53 -0700 Subject: [PATCH] ipdb macro replaced by yasnippet --- dotfiles/emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 0ace68d5..fdda54a6 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1626,8 +1626,6 @@ window is active in the perspective." :mode ("\\.py\\'" . python-mode) :config (progn - ;; macros - (fset 'ipdb "import ipdb; ipdb.set_trace()") (fset 'main "if __name__ == '__main__':") (fset 'sphinx-class ":class:`~") :init