Remove oni-windows-nt requirement

All settings herein have been moved to emacs-config
This commit is contained in:
Tom Willemse 2019-03-06 23:16:23 -08:00
parent 2bbe8f77bf
commit de85637707

View file

@ -45,9 +45,6 @@
(add-hook 'html-mode-hook 'electric-pair-local-mode) (add-hook 'html-mode-hook 'electric-pair-local-mode)
(if (eq system-type 'windows-nt)
(require 'oni-windows-nt))
(setq custom-file (concat user-emacs-directory "custom.el")) (setq custom-file (concat user-emacs-directory "custom.el"))
(load custom-file t) (load custom-file t)