mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move avy, ace-link & ace-window out of core
They don't belong there, and ace-window is no longer a core dependency anyhow.
This commit is contained in:
@ -82,6 +82,7 @@ that works with the feature/popup module."
|
||||
(defun +twitter/ace-link ()
|
||||
"Open a visible link, username or hashtag in a `twittering-mode' buffer."
|
||||
(interactive)
|
||||
(require 'avy)
|
||||
(let ((pt (avy-with +twitter/ace-link
|
||||
(avy--process
|
||||
(+twitter--collect-links)
|
||||
|
@ -2,3 +2,4 @@
|
||||
;;; app/twitter/packages.el
|
||||
|
||||
(package! twittering-mode)
|
||||
(package! avy)
|
||||
|
@ -14,6 +14,11 @@
|
||||
;;
|
||||
;;; Reasonable defaults
|
||||
|
||||
;;;###package avy
|
||||
(setq avy-all-windows nil
|
||||
avy-background t)
|
||||
|
||||
|
||||
(after! epa
|
||||
(setq epa-file-encrypt-to
|
||||
(or epa-file-encrypt-to
|
||||
|
@ -1,6 +1,9 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; config/default/packages.el
|
||||
|
||||
(package! avy)
|
||||
(package! ace-link)
|
||||
|
||||
(unless (featurep! :editor evil)
|
||||
(package! winum)
|
||||
(package! expand-region))
|
||||
|
@ -2,3 +2,4 @@
|
||||
;;; tools/ein/packages.el
|
||||
|
||||
(package! ein)
|
||||
(package! avy)
|
||||
|
Reference in New Issue
Block a user