about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-compile.el
diff options
context:
space:
mode:
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)