mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General refactor & cleanup
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
;;; feature/workspaces/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; `persp-mode' gives me workspaces, a workspace-restricted `buffer-list', and
|
||||
;; file-based session persistence. I had used workgroups2 before this, but
|
||||
;; abandoned it because of its instability and impact on performance.
|
||||
;; `persp-mode' has proven faster and more reliable (and it's still maintained).
|
||||
;; file-based session persistence. I used workgroups2 before this, but abandoned
|
||||
;; it because it was unstable and slow; `persp-mode' is neither (and still
|
||||
;; maintained).
|
||||
;;
|
||||
;; By default, sessions are auto-saved, but not auto-loaded. Use :ss or
|
||||
;; By default, sessions are autosaved, but not autoloaded. Use :ss or
|
||||
;; `+workspace/save-session' to save, and :sl or `+workspace/load-session' to
|
||||
;; load the last autosaved session. You can give sessions a custom name so they
|
||||
;; can be loaded much later.
|
||||
;; can be loaded later.
|
||||
;;
|
||||
;; Note: persp-mode requires `workgroups' for file persistence in Emacs 24.4.
|
||||
;; FYI persp-mode requires `workgroups' for file persistence in Emacs 24.4.
|
||||
|
||||
(defvar +workspaces-load-session-hook nil
|
||||
"A hook that runs when persp loads a new session.")
|
||||
|
Reference in New Issue
Block a user