Add Windows specific settings

This commit is contained in:
U-WBI\nxa24469 2017-08-28 13:00:17 +02:00
parent 2cba135ce5
commit 20497ccaf2
2 changed files with 30 additions and 0 deletions

View file

@ -81,6 +81,11 @@
;; setup autocompletion
(require 'setup-autocompletion)
;; setup Windows if our bootloader is Windows
(if (eq system-type 'windows-nt)
(require 'setup-windows)
)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.