Disable C-z in oni-gui
This commit is contained in:
parent
31b8c099cb
commit
ae9cc7cad3
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190225191251
|
;; Version: 20190304234621
|
||||||
;; Package-Requires: (oni-ui)
|
;; Package-Requires: (oni-ui)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -34,6 +34,8 @@
|
||||||
|
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
|
|
||||||
|
(global-unset-key (kbd "C-z"))
|
||||||
|
|
||||||
(load-theme 'yoshi :no-confirm)
|
(load-theme 'yoshi :no-confirm)
|
||||||
|
|
||||||
;;;###autoload(require 'oni-gui)
|
;;;###autoload(require 'oni-gui)
|
||||||
|
|
Loading…
Reference in a new issue