about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-compile.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-05-19 12:09:57 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-19 12:09:57 +0100
commitf4fe800c75ffbd684ba30814c1810ed5fdab6076 (patch)
treee937847094feb00f91090c230368c107981d2e3a /.emacs.d/lisp/init-compile.el
parente5f4051ed123bacccbdcb84f49b6659070ac5de8 (diff)
downloaddotfiles-f4fe800c75ffbd684ba30814c1810ed5fdab6076.tar.gz
straight.el -> elpaca
Diffstat (limited to '.emacs.d/lisp/init-compile.el')
-rw-r--r--.emacs.d/lisp/init-compile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-compile.el b/.emacs.d/lisp/init-compile.el
index 47405eb..42a2539 100644
--- a/.emacs.d/lisp/init-compile.el
+++ b/.emacs.d/lisp/init-compile.el
@@ -3,14 +3,14 @@
 ;; Based on code from prelude-editor.el
 ;;; Code:
 
-(use-package compile
+(use-feature compile
   :custom
   (compilation-ask-about-save nil)
   (compilation-always-kill t)
   (compilation-scroll-output 'first-error))
 
 ;; http://stackoverflow.com/a/3072831/355252
-(use-package ansi-color
+(use-feature ansi-color
   :hook
   (compilation-filter . (lambda ()
                           (when (eq major-mode 'compilation-mode)