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
|
@ -2,7 +2,6 @@
|
|||
|
||||
;;
|
||||
;; REPLs
|
||||
;;
|
||||
|
||||
(defvar +eval-repls nil
|
||||
"An alist mapping major modes to plists that describe REPLs. Used by
|
||||
|
@ -29,8 +28,6 @@ command that will be called interactively."
|
|||
|
||||
;;
|
||||
;; Evaluation
|
||||
;;
|
||||
|
||||
|
||||
(defvar +eval-runners nil
|
||||
"Alist mapping major modes to interactive runner functions.")
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
|
||||
|
||||
;;
|
||||
;; Plugin(s)
|
||||
;;
|
||||
;; Packages
|
||||
|
||||
(def-package! quickrun
|
||||
:defer t
|
||||
|
|
|
@ -136,7 +136,6 @@ variable for an explanation of the defaults (in comments). See
|
|||
|
||||
;;
|
||||
;; Bootstrap
|
||||
;;
|
||||
|
||||
(after! eldoc
|
||||
(eldoc-add-command-completions "evil-window-"))
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
;;
|
||||
;; Commands
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +evil/visual-indent ()
|
||||
|
@ -104,7 +103,6 @@ evil-window-move-* (e.g. `evil-window-move-far-left')"
|
|||
|
||||
;;
|
||||
;; Evil commands/operators
|
||||
;;
|
||||
|
||||
;;;###autoload (autoload '+evil:apply-macro "feature/evil/autoload/evil" nil t)
|
||||
(evil-define-operator +evil:apply-macro (beg end)
|
||||
|
|
|
@ -225,8 +225,7 @@ line with a linewise comment.")
|
|||
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
;;
|
||||
;; Packages
|
||||
|
||||
(def-package! evil-commentary
|
||||
:commands (evil-commentary evil-commentary-yank evil-commentary-line)
|
||||
|
@ -398,7 +397,6 @@ the new algorithm is confusing, like in python or ruby."
|
|||
|
||||
;;
|
||||
;; Text object plugins
|
||||
;;
|
||||
|
||||
(def-package! evil-args
|
||||
:commands (evil-inner-arg evil-outer-arg
|
||||
|
|
|
@ -59,7 +59,6 @@ these properties:
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(cl-defun +file-templates--expand (pred &key project mode trigger ignore _when)
|
||||
|
@ -113,7 +112,6 @@ evil is loaded and enabled)."
|
|||
|
||||
;;
|
||||
;; Commands
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +file-templates/insert-license ()
|
||||
|
|
|
@ -101,7 +101,6 @@ information.")
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
(defun +file-templates-in-emacs-dirs-p (file)
|
||||
"Returns t if FILE is in Doom or your private directory."
|
||||
|
@ -122,7 +121,6 @@ must be non-read-only, empty, and there must be a rule in
|
|||
|
||||
;;
|
||||
;; Bootstrap
|
||||
;;
|
||||
|
||||
(after! yasnippet
|
||||
(if (featurep! :feature snippets)
|
||||
|
|
|
@ -55,7 +55,6 @@ Used by `+lookup/in-docsets' and `+lookup/documentation'."
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +lookup-docsets-for-buffer ()
|
||||
|
@ -85,7 +84,6 @@ This list is built from `+lookup-docset-alist'."
|
|||
|
||||
;;
|
||||
;; Commands
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defalias '+lookup/install-docset #'helm-dash-install-docset)
|
||||
|
|
|
@ -65,7 +65,6 @@ properties:
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
;; Helpers
|
||||
(defun +lookup--online-provider (&optional force-p namespace)
|
||||
|
@ -128,7 +127,6 @@ properties:
|
|||
|
||||
;;
|
||||
;; Main commands
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +lookup/definition (identifier &optional other-window)
|
||||
|
@ -273,7 +271,6 @@ Otherwise, falls back on `find-file-at-point'."
|
|||
|
||||
;;
|
||||
;; Source-specific commands
|
||||
;;
|
||||
|
||||
(defvar counsel-dash-docsets)
|
||||
(defvar helm-dash-docsets)
|
||||
|
|
|
@ -74,7 +74,6 @@ argument: the identifier at point.")
|
|||
|
||||
;;
|
||||
;; dumb-jump
|
||||
;;
|
||||
|
||||
(def-package! dumb-jump
|
||||
:commands dumb-jump-result-follow
|
||||
|
@ -89,7 +88,6 @@ argument: the identifier at point.")
|
|||
|
||||
;;
|
||||
;; xref
|
||||
;;
|
||||
|
||||
;; By default, `etags--xref-backend' is the default xref backend. No need. We'll
|
||||
;; set these up ourselves in other modules.
|
||||
|
@ -116,7 +114,6 @@ argument: the identifier at point.")
|
|||
|
||||
;;
|
||||
;; Dash docset integration
|
||||
;;
|
||||
|
||||
;; Both packages depend on helm-dash, for now
|
||||
(def-package! helm-dash
|
||||
|
|
|
@ -92,7 +92,6 @@ buggy behavior when <delete> is pressed in an empty field."
|
|||
|
||||
;;
|
||||
;; Hooks
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +snippets|enable-project-modes (mode &rest _)
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
;;
|
||||
;; Packages
|
||||
|
||||
(def-package! yasnippet
|
||||
:commands (yas-minor-mode-on yas-expand yas-expand-snippet yas-lookup-snippet
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
(defun +workspace--protected-p (name)
|
||||
(equal name persp-nil-name))
|
||||
|
@ -203,8 +202,7 @@ throws an error."
|
|||
|
||||
|
||||
;;
|
||||
;; Interactive commands
|
||||
;;
|
||||
;; Commands
|
||||
|
||||
;;;###autoload
|
||||
(defun +workspace/load (name)
|
||||
|
@ -446,7 +444,6 @@ the next."
|
|||
|
||||
;;
|
||||
;; Tabs display in minibuffer
|
||||
;;
|
||||
|
||||
(defun +workspace--tabline (&optional names)
|
||||
(let ((names (or names (+workspace-list-names)))
|
||||
|
@ -493,7 +490,6 @@ the next."
|
|||
|
||||
;;
|
||||
;; Hooks
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +workspaces|delete-associated-workspace (&optional frame)
|
||||
|
@ -581,7 +577,6 @@ This be hooked to `projectile-after-switch-project-hook'."
|
|||
|
||||
;;
|
||||
;; Advice
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +workspaces*autosave-real-buffers (orig-fn &rest args)
|
||||
|
|
|
@ -33,8 +33,7 @@ stored in `persp-save-dir'.")
|
|||
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
;;
|
||||
;; Packages
|
||||
|
||||
(def-package! persp-mode
|
||||
:defer t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue