about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el
index d650eb2b590b..8928e284be4f 100644
--- a/init.el
+++ b/init.el
@@ -16,7 +16,7 @@
   '(;; All packages
     ac-cider-compliment
     ace-jump-mode
-    ack-and-a-half
+    ag
     browse-kill-ring
     cider
     clojure-mode
@@ -87,8 +87,6 @@
 ;; Load magnars' string manipulation library
 (require 's)
 
-(require 'ack-and-a-half)
-
 ;; Seed RNG
 (random t)