doomemacs/modules/private/default
Henrik Lissner 381a4416ed
feature/workspaces: major refactor & various fixes
+ Rewrite projectile integration.
+ Fix per-frame workspaces not cleaning up after itself when an
  frame-associated workspace (or its frame) is destroyed.
+ Alias +workspace-p to perspective-p instead of persp-p (which isn't as
  accurate, because it counts nil as a valid perspective).
+ Extract orphaned-buffer list functionality in +workspace-buffer-list
  into seperate function: +workspace-orphaned-buffer-list.
+ Allow toggle-debug-on-error to catch workspace errors.
+ Remove +workspace/kill-session-and-quit (never used)
+ Ensure persp-mode is loaded as late as possible.
2018-01-20 15:38:59 -05:00
..
autoload
+bindings.el feature/workspaces: major refactor & various fixes 2018-01-20 15:38:59 -05:00
+evil-commands.el 💥 Replace feature/jump with feature/lookup 2018-01-04 17:11:54 -05:00
config.el Lazy-load evil-easymotion properly via keybinds #335 2018-01-15 00:07:51 -05:00
packages.el