General cleanup & refactor; update TODO
This commit is contained in:
parent
d52ee9c3be
commit
656452df00
8 changed files with 36 additions and 36 deletions
|
@ -34,7 +34,7 @@
|
|||
;; anzu and evil-anzu make it possible to display current/total in the
|
||||
;; mode-line.
|
||||
(def-package! evil-anzu
|
||||
:when (featurep! :feature evil)
|
||||
:when (featurep 'evil)
|
||||
:init
|
||||
(add-transient-hook! evil-ex-start-search (require 'evil-anzu))
|
||||
:config
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
;;; These are the invisible dependencies
|
||||
;; Required
|
||||
;;(require 'f)
|
||||
;;(require 's)
|
||||
;;(require 'evil)
|
||||
;;(require 'projectile)
|
||||
;;(require 'all-the-icons)
|
||||
|
@ -12,7 +10,6 @@
|
|||
;; Optional
|
||||
;;(require 'flycheck)
|
||||
;;(require 'anzu)
|
||||
;;(require 'evil-anzu)
|
||||
;;(require 'iedit)
|
||||
;;(require 'evil-multiedit)
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
(advice-add #'recenter :around #'doom*blink-cursor-maybe)
|
||||
|
||||
(after! evil
|
||||
(advice-add #'evil-window-top :after #'doom/blink-cursor)
|
||||
(advice-add #'evil-window-top :after #'doom/blink-cursor)
|
||||
(advice-add #'evil-window-middle :after #'doom/blink-cursor)
|
||||
(advice-add #'evil-window-bottom :after #'doom/blink-cursor)))
|
||||
|
||||
|
@ -140,7 +140,7 @@
|
|||
"Face to hightlight `hideshow' overlays."
|
||||
:group 'doom)
|
||||
|
||||
;; Nicer code-folding overlays
|
||||
;; Nicer code-folding overlays (with fringe indicators)
|
||||
(setq hs-set-up-overlay
|
||||
(lambda (ov)
|
||||
(when (eq 'code (overlay-get ov 'hs))
|
||||
|
@ -159,7 +159,7 @@
|
|||
(after! flycheck
|
||||
;; because git-gutter is in the left fringe
|
||||
(setq flycheck-indication-mode 'right-fringe)
|
||||
|
||||
;; A non-descript, left-pointing arrow
|
||||
(define-fringe-bitmap 'flycheck-fringe-bitmap-double-arrow
|
||||
[0 0 0 0 0 4 12 28 60 124 252 124 60 28 12 4 0 0 0 0]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue