Add Windows specific settings
This commit is contained in:
parent
2cba135ce5
commit
20497ccaf2
2 changed files with 30 additions and 0 deletions
5
init.el
5
init.el
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue