aboutsummaryrefslogtreecommitdiff
path: root/perspective.el
AgeCommit message (Expand)Author
2022-03-08Implement persp-merge-list as a frame parameter.Nicholas Hubbard
2022-03-08Wrap persp-consult-source in with-eval-after-loadIvan Popovych
2022-03-06Add consult integrationIvan Popovych
2022-03-02Fixed typo in error message.Nicholas Hubbard
2022-03-01Fixed variable name typo.Nicholas Hubbard
2022-03-01Add perspective buffer list merging.Nicholas Hubbard
2022-02-25Rewrite persp-other-buffer to respect ido-ignore-buffers.gcv
2021-12-12Add metadata to persp-kill-buffer*.gcv
2021-12-11Fix restore of multibyte buffer names when loading state from file.Sergey V. Firsov
2021-11-21Put last-buffer kill check behind a feature flag.gcv
2021-11-21Reenable check for killing last buffer, but attempt to optimize it.gcv
2021-11-21Merge pull request #170 from aaronjensen/do-not-requiregcv
2021-11-21Do not require xref, respond to it being requiredAaron Jensen
2021-11-21Do not require which-key, respond to it being requiredAaron Jensen
2021-11-02Add 'buffer category to persp-switch-to-buffer*.Constantine Vetoshev
2021-11-01Temporarily remove persp-maybe-kill-buffer from kill-buffer-query-functions â...Constantine Vetoshev
2021-11-01Working on a real fix to #163 and #167.Constantine Vetoshev
2021-10-31Try to fix https://github.com/nex3/perspective-el/issues/167Constantine Vetoshev
2021-10-21persp-switch-to-scratch-buffer: switch to the scratch bufferMatthew White
2021-10-21persp-other-buffer: use persp-get-scratch-buffer if neededMatthew White
2021-10-21persp-get-scratch-buffer: get or create a scratch bufferMatthew White
2021-10-21persp-new: enable initial-major-mode only if neededMatthew White
2021-10-21persp-new: properly insert the initial-scratch-messageMatthew White
2021-10-21persp-switch: remove duplicated codeMatthew White
2021-10-21persp-new: return the existing perspective or create a new oneMatthew White
2021-10-21persp-maybe-kill-buffer: disassociate buffer via persp-forget-bufferMatthew White
2021-10-21persp-set-buffer: disassociate buffer via persp-forget-bufferMatthew White
2021-10-21persp-remove-buffer: disassociate buffer via persp-forget-bufferMatthew White
2021-10-21persp-forget-buffer: disassociate buffer with perspectiveMatthew White
2021-10-21persp-maybe-kill-buffer: don't kill a perspective's last bufferMatthew White
2021-10-21persp-reset-windows: keep window-prev-buffers emptyMatthew White
2021-10-20persp-remove-buffer: bury buffer walking windows in one way loopMatthew White
2021-10-20persp-remove-buffer: force update current-buffer when burying itMatthew White
2021-10-20make-persp, persp-activate: force update current-bufferMatthew White
2021-10-20persp-set-buffer: use BUFFER-OR-NAME as argument, discard killedMatthew White
2021-10-20persp-add-buffer: discard unexisting buffer as argumentMatthew White
2021-10-20persp-get-buffer-names: get a perspective's list of live buffersMatthew White
2021-10-20persp-get-buffers: get a perspective's list of buffersMatthew White
2021-09-19Add workaround for potential recursive minibuffer problems.Constantine Vetoshev
2021-09-18Version 2.17.2.17Constantine Vetoshev
2021-08-20Fix Helm integration loading order bug.Constantine Vetoshev
2021-08-18Improve Helm integration.Constantine Vetoshev
2021-08-11Simplify and improve Ivy and Counsel integration.Constantine Vetoshev
2021-07-31Bump to version 2.16.2.16Constantine Vetoshev
2021-07-09persp-mode: properly restore header-line-format default valueMatthew White
2021-07-06Add persp-kill-others.Constantine Vetoshev
2021-06-09Make backwards-compatible with Emacs 24.Constantine Vetoshev
2021-06-09Revert "Drop support for Emacs 24.4, since xref is only available in >25."Constantine Vetoshev
2021-06-09Clean up the xref marker ring for removed perspectives.Constantine Vetoshev
2021-06-09Drop support for Emacs 24.4, since xref is only available in >25.Constantine Vetoshev