Use ag instead of ack
This commit is contained in:
parent
d45518f7c3
commit
ee070585df
1 changed files with 1 additions and 3 deletions
4
init.el
4
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue