Minor refactor & comment revision across the board
This commit is contained in:
parent
31c95042c3
commit
d297dc6934
7 changed files with 10 additions and 9 deletions
|
@ -15,12 +15,12 @@
|
|||
(doom-spacegrey)
|
||||
(doom-vibrant)
|
||||
(doom-tomorrow-night))
|
||||
"An alist of themes that support `solaire-mode'. If CDR is t, then use
|
||||
`solaire-mode-swap-bg'.")
|
||||
"An alist of themes that support `solaire-mode'. If CDR is t, then
|
||||
`solaire-mode-swap-bg' will be used automatically, when the theme is loaded.")
|
||||
|
||||
|
||||
;;
|
||||
;; Packages
|
||||
;;; Packages
|
||||
|
||||
;; <https://github.com/hlissner/emacs-doom-theme>
|
||||
(use-package! doom-themes
|
||||
|
|
|
@ -251,7 +251,7 @@ workspace to delete."
|
|||
(user-error "Can't close workspace, it's visible in another frame"))
|
||||
((not (equal (+workspace-current-name) name))
|
||||
(+workspace-delete name))
|
||||
((> (length workspaces) 1)
|
||||
((cdr workspaces)
|
||||
(+workspace-delete name)
|
||||
(+workspace-switch
|
||||
(if (+workspace-exists-p +workspace--last)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue