diff --git a/oni-gui.el b/oni-gui.el index 8938dc5..3801975 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.1201.174449 +;; Version: 2021.1201.181902 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish) ;; This program is free software; you can redistribute it and/or modify @@ -113,16 +113,15 @@ _bi_: Auto Insert ^^ ^^ (scroll-bar-mode -1) -(if (daemonp) - (progn - (add-hook 'after-make-frame-functions #'oni-gui-setup-ligatures) - (unless (eq system-type 'windows-nt) +(unless (eq system-type 'windows-nt) + (if (daemonp) + (progn + (add-hook 'after-make-frame-functions #'oni-gui-setup-ligatures) (add-hook 'after-make-frame-functions #'oni-gui-setup-fontsets) - (add-hook 'after-make-frame-functions #'oni-gui-setup-faces))) - (unless (eq system-type 'windows-nt) + (add-hook 'after-make-frame-functions #'oni-gui-setup-faces)) (oni-gui-setup-fontsets nil) - (oni-gui-setup-faces nil)) - (oni-gui-setup-ligatures)) + (oni-gui-setup-faces nil) + (oni-gui-setup-ligatures))) (global-unset-key (kbd "C-z")) (global-set-key (kbd "C-c c") 'oni-gui-hydra/body)