404cn@fediverser.communick.devBtoEmacs@fediverser.communick.dev•opening magit full-frame then restoring windows on qEnglish
1·
1 year agoInstall package fullframe then (fullframe magit-status magit-mode-quit-window)
Others: bind q to this function
```elisp
(defun eat/quit ()
“Delete current window switch to prevous buffer.”
(interactive)
(if (> (seq-length (window-list (selected-frame))) 1)
(delete-window)
(previous-buffer)))
```
But plantuml-mode seems not update, I also tried mermaid but m2 seems the best choice(with m2-mode and ob, written in go, just install a binary), any thoughts?