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
|
@ -56,7 +56,6 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
(defun +company--backends ()
|
||||
(append (cl-loop for (mode . rest) in +company-backend-alist
|
||||
|
@ -73,7 +72,6 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
|
|||
|
||||
;;
|
||||
;; Hooks
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +company|init-backends ()
|
||||
|
@ -87,7 +85,6 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
|
|||
|
||||
;;
|
||||
;; Commands
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +company/toggle-auto-completion ()
|
||||
|
@ -151,6 +148,7 @@ C-x C-l."
|
|||
|
||||
;;;###autoload
|
||||
(defun +company/dabbrev-code-previous ()
|
||||
"TODO"
|
||||
(interactive)
|
||||
(require 'company-dabbrev)
|
||||
(let ((company-selection-wrap-around t))
|
||||
|
|
|
@ -40,6 +40,9 @@
|
|||
[backtab] #'company-select-previous))
|
||||
|
||||
|
||||
;;
|
||||
;; Packages
|
||||
|
||||
(def-package! company-prescient
|
||||
:hook (company-mode . company-prescient-mode)
|
||||
:config
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
(helm-swoop :$query search :$multiline bang))
|
||||
|
||||
|
||||
;; --- file searching ---------------------
|
||||
;;
|
||||
;; Project searching
|
||||
|
||||
;;;###autoload (autoload '+helm:pt "completion/helm/autoload/evil" nil t)
|
||||
(evil-define-command +helm:pt (all-files-p query)
|
||||
|
|
|
@ -41,7 +41,6 @@ workspace."
|
|||
|
||||
;;
|
||||
;; Project search
|
||||
;;
|
||||
|
||||
(defun +helm-ag-search-args (all-files-p recursive-p)
|
||||
(list (concat "ag " (if IS-WINDOWS "--vimgrep" "--nocolor --nogroup"))
|
||||
|
|
|
@ -35,7 +35,6 @@ be negative.")
|
|||
|
||||
;;
|
||||
;; Packages
|
||||
;;
|
||||
|
||||
(def-package! helm-mode
|
||||
:defer 1
|
||||
|
|
|
@ -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