moved back ack support to prelude's core
This commit is contained in:
parent
f9240dee49
commit
8c04091c97
3 changed files with 14 additions and 9 deletions
|
@ -221,6 +221,11 @@
|
|||
;; otherwise fallback to helm-mini
|
||||
(helm-mini)))
|
||||
|
||||
;; shorter aliases for ack-and-a-half commands
|
||||
(defalias 'ack 'ack-and-a-half)
|
||||
(defalias 'ack-same 'ack-and-a-half-same)
|
||||
(defalias 'ack-find-file 'ack-and-a-half-find-file)
|
||||
(defalias 'ack-find-file-same 'ack-and-a-half-find-file-same)
|
||||
|
||||
;; dired - reuse current buffer by pressing 'a'
|
||||
(put 'dired-find-alternate-file 'disabled nil)
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
(setq url-http-attempt-keepalives nil)
|
||||
|
||||
(defvar prelude-packages
|
||||
'(melpa expand-region gist helm helm-projectile magit magithub
|
||||
rainbow-mode volatile-highlights yasnippet zenburn-theme)
|
||||
'(ack-and-a-half expand-region gist helm helm-projectile magit magithub melpa
|
||||
rainbow-mode volatile-highlights yasnippet zenburn-theme)
|
||||
"A list of packages to ensure are installed at launch.")
|
||||
|
||||
(defun prelude-packages-installed-p ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue