diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 4ce9086..e2fbd6e 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -45,9 +45,6 @@ (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")) (load custom-file t)