commit
20e74206a8
3 changed files with 3 additions and 3 deletions
|
@ -650,7 +650,7 @@ set earlier in the ‘setq-local’. The return value of the
|
||||||
(macroexp-progn (nreverse expr)))))
|
(macroexp-progn (nreverse expr)))))
|
||||||
|
|
||||||
(eval-when! (version< emacs-version "27.1")
|
(eval-when! (version< emacs-version "27.1")
|
||||||
;; DEPRECATED Backported from Emacs 27; earlier verisons don't have REMOTE arg
|
;; DEPRECATED Backported from Emacs 27; earlier versions don't have REMOTE arg
|
||||||
(defun executable-find (command &optional remote)
|
(defun executable-find (command &optional remote)
|
||||||
"Search for COMMAND in `exec-path' and return the absolute file name.
|
"Search for COMMAND in `exec-path' and return the absolute file name.
|
||||||
Return nil if COMMAND is not found anywhere in `exec-path'. If
|
Return nil if COMMAND is not found anywhere in `exec-path'. If
|
||||||
|
|
|
@ -331,7 +331,7 @@ This value is cached. If REFRESH-P, then don't use the cached value."
|
||||||
use-package-minimum-reported-time (if doom-debug-p 0 0.1)
|
use-package-minimum-reported-time (if doom-debug-p 0 0.1)
|
||||||
use-package-expand-minimally doom-interactive-p)
|
use-package-expand-minimally doom-interactive-p)
|
||||||
|
|
||||||
;; A common mistake for new users is that they inadvertantly install their
|
;; A common mistake for new users is that they inadvertently install their
|
||||||
;; packages with package.el, by copying over old `use-package' declarations with
|
;; packages with package.el, by copying over old `use-package' declarations with
|
||||||
;; an :ensure t property. Doom doesn't use package.el, so this will throw an
|
;; an :ensure t property. Doom doesn't use package.el, so this will throw an
|
||||||
;; error that will confuse beginners, so we disable `:ensure'.
|
;; error that will confuse beginners, so we disable `:ensure'.
|
||||||
|
|
|
@ -381,7 +381,7 @@ config.el instead."
|
||||||
|
|
||||||
(defvar doom-incremental-packages '(t)
|
(defvar doom-incremental-packages '(t)
|
||||||
"A list of packages to load incrementally after startup. Any large packages
|
"A list of packages to load incrementally after startup. Any large packages
|
||||||
here may cause noticable pauses, so it's recommended you break them up into
|
here may cause noticeable pauses, so it's recommended you break them up into
|
||||||
sub-packages. For example, `org' is comprised of many packages, and can be
|
sub-packages. For example, `org' is comprised of many packages, and can be
|
||||||
broken up into:
|
broken up into:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue