Minor refactor & reformatting across the board

This commit is contained in:
Henrik Lissner
2020-04-08 15:29:29 -04:00
parent 2957f5ff28
commit b78fc4eb76
27 changed files with 189 additions and 164 deletions

View File

@ -105,7 +105,7 @@ See `display-line-numbers' for what these values mean."
(_ (symbol-name next))))))
;;;###autoload
(defun doom/delete-frame ()
(defun doom/delete-frame-with-prompt ()
"Delete the current frame, but ask for confirmation if it isn't empty."
(interactive)
(if (cdr (frame-list))