emacs: remove ivy-xref, it doesn’t seem to work with latest master
[~bandali/configs] / .emacs.d / init.el
index c5a5bdf..25a8ada 100644 (file)
@@ -1532,12 +1532,11 @@ For disabling the behaviour for certain buffers and/or modes."
   :commands (alert)
   :init (setq alert-default-style 'notifications))
 
-(use-package ivy-xref
-  :init
-  (setq xref-show-xrefs-function #'ivy-xref-show-xrefs))
-
 ;; (use-package fill-column-indicator)
 
+(use-package emojify
+  :hook (erc-mode . emojify-mode))
+
 \f
 ;;; Email (with Gnus)