Update comments
This commit is contained in:
parent
48cd3e0ad0
commit
eaa5621b36
3 changed files with 8 additions and 5 deletions
|
@ -481,7 +481,9 @@ to least)."
|
||||||
load-path doom--initial-load-path
|
load-path doom--initial-load-path
|
||||||
process-environment doom--initial-process-environment)
|
process-environment doom--initial-process-environment)
|
||||||
|
|
||||||
;; Load shell environment, optionally generated from 'doom env'
|
;; Load shell environment, optionally generated from 'doom env'. No need to
|
||||||
|
;; do so if we're in terminal Emacs, because Emacs will correctly inherit
|
||||||
|
;; your shell environment there.
|
||||||
(when (and (or (display-graphic-p)
|
(when (and (or (display-graphic-p)
|
||||||
(daemonp))
|
(daemonp))
|
||||||
(file-exists-p doom-env-file))
|
(file-exists-p doom-env-file))
|
||||||
|
|
|
@ -235,7 +235,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
;; Persist `counsel-compile' history
|
;; Persist `counsel-compile' history
|
||||||
(add-to-list 'savehist-additional-variables 'counsel-compile-history))
|
(add-to-list 'savehist-additional-variables 'counsel-compile-history))
|
||||||
|
|
||||||
;; Use spotlight on mac for `counsel-locate' by default
|
;; Use spotlight on mac for `counsel-locate' by default, since it doesn't need
|
||||||
|
;; any additional setup.
|
||||||
(when IS-MAC
|
(when IS-MAC
|
||||||
(setq counsel-locate-cmd #'counsel-locate-cmd-mdfind))
|
(setq counsel-locate-cmd #'counsel-locate-cmd-mdfind))
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/lookup/packages.el
|
;;; tools/lookup/packages.el
|
||||||
|
|
||||||
;; `dumb-jump' uses the `helm-build-sync-source' macro, but this requires helm
|
;; HACK `dumb-jump' uses the `helm-build-sync-source' macro, but this requires
|
||||||
;; be loaded before `dumb-jump' is byte-compiled during installation. To ensure
|
;; helm be loaded before `dumb-jump' is byte-compiled during installation.
|
||||||
;; this, we declare helm before dumb-jump.
|
;; To ensure this, we declare helm before dumb-jump.
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm))
|
(package! helm))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue