aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-01Bump to version 2.15.2.15Constantine Vetoshev
2021-03-09Improve buffer switcher documentation.Constantine Vetoshev
2021-03-09Make persp-buffer-menu and persp-list-buffers consistent with built-in ↵Constantine Vetoshev
buffer-menu and list-buffers.
2021-03-09Merge branch 'titibandit-master'Constantine Vetoshev
2021-03-09improved persp-buffer-menu functionThibaut Meyer
2021-03-08added persp-list-buffers functionThibaut Meyer
2021-03-06Update documentation.Constantine Vetoshev
2021-03-06Clean up which-key integration.Constantine Vetoshev
2021-03-06Add persp-modestring-short option.Constantine Vetoshev
2021-03-06Fix some bugs with mode-line updates.Constantine Vetoshev
2021-03-06Merge branch 'GZJ-master'Constantine Vetoshev
2021-03-06Add error reporting to persp-switch-by-number.Constantine Vetoshev
2021-03-06Improve which-key feedback for persp-switch-by-number.Constantine Vetoshev
2021-03-06No need to quote lambdas.Constantine Vetoshev
2021-03-04refactor persp-switch-by-number command.gzj
2021-03-03add persp-switch-by-number command.gzj
2021-02-18Update display-buffer-alist hints to modern Emacs conventions.Constantine Vetoshev
2021-01-20Minor change for consistency in examples.Constantine Vetoshev
2021-01-20Merge pull request #146 from dams/patch-1gcv
Add hint about how to remap keys
2021-01-20Add hint about how to remap keysDamien Krotkine
From #145
2021-01-04Bump to version 2.14.2.14Constantine Vetoshev
2020-12-17Merge pull request #143 from QiangF/mastergcv
sort buffer list by display time in persp-ivy-switch-buffer
2020-12-17sort buffer list by display time in persp-ivy-switch-bufferQ
2020-12-02Merge pull request #140 from cjlucas/ignore-persp-switch-hooks-on-norecordgcv
Don't invoke persp-switch-hook on norecord
2020-12-01Don't invoke persp-switch-hook on norecordChris Lucas
2020-11-27Match persp-read-buffer signature to read-buffer.Constantine Vetoshev
2020-11-13Bump to version 2.13.2.13Constantine Vetoshev
2020-11-13Prevent likely lint problems.Constantine Vetoshev
2020-11-13Merge pull request #136 from gcentauri/fix-switch-buffergcv
Fix: persp-switch-buffer use ivy-switch-buffer as caller
2020-11-12Fix: persp-switch-buffer use ivy-switch-buffer as callerGrant Shangreaux
Using counsel-switch-buffer was causing issues with the all-the-icons-ivy integration, as well as preventing all of the ivy actions from showing up in the hydra menu. for example, killing marked buffers is not present in the actions if counsel-switch-buffer is used, but it does appear when the caller is ivy-switch-buffer this may cause issues for people that have further customization on the counsel-switch-buffer caller, but from what i can tell, the counsel-switch-buffer function doesn't even pass itself down as the caller in its implementation.
2020-11-09Update Travis configuration to test Emacs 27.Constantine Vetoshev
2020-11-09Bump to version 2.12.2.12Constantine Vetoshev
2020-11-08Make C-k respect perspectives in persp-ivy-switch-buffer.Constantine Vetoshev
2020-11-06Merge pull request #135 from sillygod/mastergcv
Fix error symbol’s value as variable is void: union
2020-11-06fix error symbol’s value as variable is void: unionjing
2020-08-27Bump to version 2.11.2.11Constantine Vetoshev
2020-08-19Second attempt to address bad 'emacsclient -c' behavior.Constantine Vetoshev
2020-08-13Bump version to 2.10.2.10Constantine Vetoshev
2020-08-13Update documentation: discuss Emacs 27 tabs.Constantine Vetoshev
2020-08-11Revert "Add Emacs 27.1 to Travis testing." Not supported in EVM yet.Constantine Vetoshev
This reverts commit 1d32f98c8fa41181d84d37c2cf5e3e5de602f7a9.
2020-08-11Add Emacs 27.1 to Travis testing.Constantine Vetoshev
2020-08-11Respect initial-buffer-choice when opening a new frame with emacsclient.Constantine Vetoshev
2020-08-11Work around a crash when closing a frame created by emacsclient.Constantine Vetoshev
2020-08-10Special handling for frames created by emacsclient.Constantine Vetoshev
2020-08-10Clean up whitespace.Constantine Vetoshev
2020-08-10Attempt to fix strange initial buffer behavior with new frames.Constantine Vetoshev
2020-07-20Bump version to 2.9.2.9Constantine Vetoshev
2020-07-19Update README with new notes about Helm.Constantine Vetoshev
2020-07-19Workaround for new Helm buffer listing behavior (v3.6.3+).Constantine Vetoshev
2020-05-13Bump version to 2.8.2.8Constantine Vetoshev