doomemacs/modules
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
..
app
collab/impatient-mode
completion General refactor for consistency & idempotency 2018-05-18 01:26:41 +02:00
config/default config/default: add :rev[erse] command (reverse lines) 2018-05-18 01:46:04 +02:00
feature feature/file-templates: rewrite without autoinsert 2018-05-18 01:47:03 +02:00
lang lang/org: refactor & add org-clock config/keybinds 2018-05-18 01:43:37 +02:00
tools Add automatic indentation-detection (experimental) 2018-05-18 01:28:41 +02:00
ui feature/popup: add new autosave window parameter 2018-05-19 12:08:24 +02:00