From 590cae211238f40c1f672ce739c95074c7ebb6b1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 26 Jul 2017 17:27:18 -0700 Subject: [PATCH] [Emacs] Use `pop-to-buffer` whn running find-function --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 3d2e391c..4124e78a 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2407,7 +2407,7 @@ where the definition is popped up. This fixes that. (defun imalison:find-function-display-buffer (function) (interactive (find-function-read)) - (find-function-do-it function nil 'switch-to-buffer-other-frame)) + (find-function-do-it function nil 'pop-to-buffer)) #+END_SRC **** macrostep Macrostep is an indespensible tool for writing emacs lisp macros. It lets you see pretty printed versions of the result of macro evaluation as the macro is evaluated