mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
parent
8f57069dd5
commit
eaf26b83ad
1 changed files with 2 additions and 5 deletions
|
|
@ -198,13 +198,10 @@
|
|||
(setq abbreviated-home-dir nil)))
|
||||
|
||||
|
||||
;;; Backport niceties from later versions of Emacs:
|
||||
(when (< emacs-major-version 30)
|
||||
(require 'doom-compat))
|
||||
|
||||
|
||||
;;; Load Doom's stdlib
|
||||
(add-to-list 'load-path (file-name-directory load-file-name))
|
||||
(when (< emacs-major-version 30)
|
||||
(require 'doom-compat)) ; backport niceties from later versions of Emacs
|
||||
(require 'doom-lib)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue