Relax workgroups2 dependency
This commit is contained in:
parent
6b099f07ce
commit
ac858ef491
1 changed files with 2 additions and 1 deletions
|
@ -129,9 +129,10 @@ buffer. Without this, it would refuse to split, saying 'too small to split'."
|
|||
(defun doom--scratch-info ()
|
||||
(let ((all-the-icons-scale-factor 1.3)
|
||||
(all-the-icons-default-adjust -0.05)
|
||||
(last-session-p (f-exists-p wg-session-file))
|
||||
(start (point))
|
||||
(sep " ")
|
||||
(last-session-p (and (featurep 'workgroups2)
|
||||
(f-exists-p wg-session-file)))
|
||||
end)
|
||||
(unless last-session-p
|
||||
(setq sep " "))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue