Skip to content

Commit

Permalink
Updating docstrings and copyright text.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Sep 23, 2024
1 parent e8096df commit fa29c75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions init-dir.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; init-dir.el --- Init directory instead of just a single file -*- lexical-binding: t; -*-

;; Copyright 2005-2023 Jared Finder
;; Copyright 2005-2024 Jared Finder
;; Author: Jared Finder <[email protected]>
;; Created: Feb 22, 2005
;; Version: 0.2.1
Expand Down Expand Up @@ -64,8 +64,10 @@
(defvar init-dir-enable-reduced-gc-pressure-during-load t
"Set to non-nil if `init-dir-load' should reduce GC runs.
When set, the garbage collector will be run after loading all
files.")
When set, `gc-cons-threshold' and `gc-cons-percentage' will be
set to high numbers while loading before being restored. The

Check warning on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (27.1)

There should be two spaces after a period

Check warning on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (27.2)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (28.1)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (28.2)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.1)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.2)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.3)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.4)

There should be two spaces after a period

Check warning on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (27.1)

There should be two spaces after a period

Check warning on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (27.2)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (28.1)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (28.2)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.1)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.2)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.3)

There should be two spaces after a period

Check failure on line 68 in init-dir.el

View workflow job for this annotation

GitHub Actions / test (29.4)

There should be two spaces after a period
garbage collector will also be run after loading all files and
added to the time benchmark visible from benchmark-init.")

(defun init-dir--file-init-loadable-p (file)
"Test if FILE should be loaded at Emacs initialization.
Expand Down

0 comments on commit fa29c75

Please sign in to comment.