1
0
Fork 0

Disable C-z in oni-gui

This commit is contained in:
Tom Willemse 2019-03-04 23:52:24 -08:00
parent 31b8c099cb
commit ae9cc7cad3

View file

@ -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)