Minor refactors & reformatting across the board
This commit is contained in:
parent
d5d85d1b03
commit
323e0adf45
9 changed files with 14 additions and 13 deletions
|
@ -366,7 +366,7 @@ It is integrated into Helpful, in Doom.
|
|||
** Persist Emacs' initial frame position, dimensions and/or full-screen state across sessions
|
||||
#+BEGIN_SRC elisp
|
||||
;; add to ~/.doom.d/config.el
|
||||
(when-let* ((dims (doom-cache-get 'last-frame-size)))
|
||||
(when-let (dims (doom-cache-get 'last-frame-size))
|
||||
(cl-destructuring-bind ((left . top) width height fullscreen) dims
|
||||
(setq initial-frame-alist
|
||||
(append initial-frame-alist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue