Add new configs
Updated existing configs to actually provide the correct symbols
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
;;; $DOOMDIR/lisp/windows-nt.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;; $DOOMDIR/lisp/windows-nt.el --- Windows specific configuration -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
;; Windows path
|
||||
(when (eq system-type 'windows-nt)
|
||||
|
||||
@@ -19,9 +20,9 @@
|
||||
(append exec-path (split-string (getenv "PATH") path-separator t)))))
|
||||
(setenv "PATH" (mapconcat 'identity (delete-dups path) path-separator))))
|
||||
|
||||
(provide (intern (format "%s" system-type)))
|
||||
|
||||
;; For elisp-autofmt
|
||||
;; Local variables:
|
||||
;; elisp-autofmt-load-packages-local: ("use-package" "use-package-core")
|
||||
;; end:
|
||||
(provide 'windows-nt)
|
||||
;;; windows-nt.el ends here
|
||||
|
||||
Reference in New Issue
Block a user