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 Minor refactor 2018-05-09 00:20:01 +02:00
doom-quit ui/doom-quit: use confirm-kill-emacs var instead 2018-01-04 16:14:59 -05:00
evil-goggles ui/evil-goggles: remove unnecessary toggle wrapper command 2018-05-16 13:06:07 +02:00
hl-todo Major refactor: use-package-always-defer = nil & use :hook 2017-12-08 23:14:11 -05:00
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 💥 Replace core-popup with new feature/popup module 2018-01-06 02:17:43 -05:00
unicode ui/unicode: fix unicode-fonts-setup not running on startup 2018-01-24 14:07:52 -05:00
vi-tilde-fringe ui/vi-tilde-fringe: use minor mode instead of global mode 2018-01-06 03:03:25 -05:00
window-select General refactor for consistency & idempotency 2018-05-18 01:26:41 +02:00