Add core-os.el
This commit is contained in:
parent
c68ae247b5
commit
72577b823c
3 changed files with 60 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue