forked from colonelpanic/dotfiles
[Emacs] Use pop-to-buffer
whn running find-function
This commit is contained in:
parent
c51aeb2419
commit
590cae2112
@ -2407,7 +2407,7 @@ where the definition is popped up. This fixes that.
|
|||||||
|
|
||||||
(defun imalison:find-function-display-buffer (function)
|
(defun imalison:find-function-display-buffer (function)
|
||||||
(interactive (find-function-read))
|
(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
|
#+END_SRC
|
||||||
**** macrostep
|
**** 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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user