Updating Doom Emacs.

This commit is contained in:
Derek Taylor
2020-06-19 22:43:40 -05:00
parent 0f664d532a
commit a5c86c514a
453 changed files with 13527 additions and 12455 deletions

View File

@@ -5,6 +5,10 @@
org-find-file org-find-file-at-mouse)
"A list of commands that should not trigger nav-flash.")
;;
;;; Packages
(use-package! nav-flash
:defer t
:init
@@ -30,4 +34,8 @@
(advice-add #'evil-window-bottom :after #'+nav-flash-blink-cursor-a)
;; Bound to `ga' for evil users
(advice-add #'what-cursor-position :after #'+nav-flash-blink-cursor-a))
(advice-add #'what-cursor-position :after #'+nav-flash-blink-cursor-a)
:config
(when (fboundp 'set-face-extend)
(set-face-extend 'nav-flash-face t)))

View File

@@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/nav-flash/packages.el
(package! nav-flash)
(package! nav-flash :pin "dbb91216637e0a1e8bfd59aa883c75d45db70daf")