Remove third line in section headers
This is truly important stuff. We've saved many lives with this update.
This commit is contained in:
parent
50fdaa0ed5
commit
7d3ffdff06
101 changed files with 64 additions and 283 deletions
|
@ -14,7 +14,8 @@
|
|||
(+ivy/tasks bang))
|
||||
|
||||
|
||||
;; --- file searching ---------------------
|
||||
;;
|
||||
;; Project searching
|
||||
|
||||
;;;###autoload (autoload '+ivy:pt "completion/ivy/autoload/evil" nil t)
|
||||
(evil-define-command +ivy:pt (all-files-p query)
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +ivy-projectile-find-file-transformer (str)
|
||||
|
@ -206,7 +205,6 @@ search current file. See `+ivy-task-tags' to customize what this searches for."
|
|||
|
||||
;;
|
||||
;; File searching
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +ivy/projectile-find-file ()
|
||||
|
|
|
@ -31,7 +31,6 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
|
||||
;;
|
||||
;; Packages
|
||||
;;
|
||||
|
||||
(def-package! ivy
|
||||
:defer 1
|
||||
|
@ -224,7 +223,6 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
|
||||
;;
|
||||
;; Evil key fixes
|
||||
;;
|
||||
|
||||
(map! :when (featurep! :feature evil +everywhere)
|
||||
:after ivy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue