mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Add core-os.el
This commit is contained in:
@@ -53,9 +53,6 @@ line or use --debug-init to enable this.")
|
||||
"Location of the autoloads.el, which is generated by `doom/reload-autoloads'
|
||||
and `doom-initialize-autoloads'.")
|
||||
|
||||
(defconst IS-MAC (eq system-type 'darwin))
|
||||
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
||||
|
||||
(defgroup doom nil
|
||||
""
|
||||
:group 'emacs)
|
||||
@@ -139,6 +136,7 @@ enable multiple minor modes for the same regexp.")
|
||||
|
||||
;;; Let 'er rip
|
||||
(require 'core-lib)
|
||||
(require 'core-os) ; consistent behavior across Oses
|
||||
(doom-initialize-autoloads)
|
||||
(unless noninteractive
|
||||
(@def-package anaphora
|
||||
|
Reference in New Issue
Block a user