-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention 'make deps' target in more places
* targets/obsolete-config.el: * doc/ivy.org (Setup): Add directory names to load-path. (Installing from the Git repository): * CONTRIBUTING.org (Reporting issues): Mention 'make deps' as a prerequisite for installing the 'avy' package. * doc/ivy.texi: Regenerate manual. * ivy.el (ivy--sorted-files): Add commentary about the potential need for substitute-in-file-name (#3060).
- Loading branch information
1 parent
2393ed2
commit abb9e1e
Showing
5 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
;; Copyright (C) 2016-2024 Free Software Foundation, Inc. | ||
(add-to-list 'load-path default-directory) | ||
(add-to-list 'load-path (directory-file-name default-directory)) | ||
(require 'counsel) | ||
(ivy-set-display-transformer 'ivy-switch-buffer 'ivy-switch-buffer-transformer) | ||
(ivy-set-display-transformer 'ivy-switch-buffer #'ivy-switch-buffer-transformer) | ||
(byte-compile-file (expand-file-name "targets/obsolete-config.el")) |