aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-04 23:52:24 -0800
committerGravatar Tom Willemse2019-03-04 23:52:24 -0800
commitae9cc7cad399f1c4bceb36e6c8d26978bf7a23bd (patch)
tree82a24221a3cc0471eae092fac20a676d889f9cac
parent31b8c099cb44c89c45026e106971758f23d8e1d1 (diff)
downloademacs-config-ae9cc7cad399f1c4bceb36e6c8d26978bf7a23bd.tar.gz
emacs-config-ae9cc7cad399f1c4bceb36e6c8d26978bf7a23bd.zip
Disable C-z in oni-gui
-rw-r--r--oni-gui.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-gui.el b/oni-gui.el
index 66b3044..ad473fa 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190225191251
+;; Version: 20190304234621
;; Package-Requires: (oni-ui)
;; This program is free software; you can redistribute it and/or modify
@@ -34,6 +34,8 @@
(scroll-bar-mode -1)
+(global-unset-key (kbd "C-z"))
+
(load-theme 'yoshi :no-confirm)
;;;###autoload(require 'oni-gui)