spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
jumar 2020-06-23T04:11:31.478500Z

Is there a way to disable CMD + Q shortcut on Mac or to make it ask for confirmation before exiting emacs?

practicalli-john 2020-06-23T08:12:20.478600Z

Can you bind those keys to another function in your Emacs config? Is it the OSX layer setting that binding? The docs suggest it's so (I don't understand the different Mac keys, so may have read this wrong)

jumar 2020-06-23T08:36:12.478800Z

Thanks for the suggestion! confirm-kill-emacs variable seems to be a good workaround 🙂

👍 1