diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-23 11:53:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-23 11:54:18 +0100 |
| commit | 476f31aa5e98808c1824f86bacf5735c197e34aa (patch) | |
| tree | 1d7be6bc16b908a5bcbfb5615f91a272befb44d8 /emacs/init.org | |
| parent | 95c9ca2f2c100f7b6bd5c4c0dec593c018362026 (diff) | |
| download | dotfiles-476f31aa5e98808c1824f86bacf5735c197e34aa.tar.gz dotfiles-476f31aa5e98808c1824f86bacf5735c197e34aa.zip | |
emacs: kill with C-x r q
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org index f9b9a7d..452dbe8 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -255,6 +255,12 @@ Disable overwrite-mode. (define-key global-map [(insert)] nil) #+END_SRC +Kill GNU Emacs by hitting =C-x r q= (mnemonic /Really quit/). + +#+BEGIN_SRC elisp + (global-set-key (kbd "C-x r q") 'kill-emacs) +#+END_SRC + ** Others Revert buffers automatically when underlying files are changed externally. |
