doomemacs/modules/ui
Henrik Lissner dcec3b9b25
feature/popup: add new autosave window parameter
(autosave . CDR)

This parameter determines what to do with modified buffers in closing
popup windows. CDR can be a t, 'ignore, a function or nil.

+ If t, no prompts. Just save them automatically (if they're
  file-visiting buffers).
+ If 'ignore, no prompts, no saving. Just silently kill it.
+ If nil (the default), prompt the user what to do if the buffer is
  file-visiting and modified.
+ If a function, the return value must return one of the other values.
  It takes two arguments: the popup window and buffer.
2018-05-19 12:08:24 +02:00
..
doom ui/doom: simplify +doom-folded-face (now set in doom-themes) 2018-05-14 13:05:03 +02:00
doom-dashboard ui/doom-dashboard: add vertical centering (experimental) 2018-05-15 21:49:50 +02:00
doom-modeline
doom-quit
evil-goggles ui/evil-goggles: remove unnecessary toggle wrapper command 2018-05-16 13:06:07 +02:00
hl-todo
nav-flash General refactor for consistency & idempotency 2018-05-18 01:26:41 +02:00
neotree General refactor for consistency & idempotency 2018-05-18 01:26:41 +02:00
popup feature/popup: add new autosave window parameter 2018-05-19 12:08:24 +02:00
tabbar
unicode
vi-tilde-fringe
window-select General refactor for consistency & idempotency 2018-05-18 01:26:41 +02:00