diff options
| -rw-r--r-- | oni-gui.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
