Merge pull request #762 from k1-hedayati/remove-ack
[Close #547] Removed ack-and-a-half from prelude
This commit is contained in:
commit
f19aeda388
3 changed files with 0 additions and 15 deletions
|
@ -253,12 +253,6 @@ The body of the advice is in BODY."
|
|||
(global-set-key (kbd "M-%") 'anzu-query-replace)
|
||||
(global-set-key (kbd "C-M-%") 'anzu-query-replace-regexp)
|
||||
|
||||
;; 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)
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
'(ace-jump-mode
|
||||
ace-jump-buffer
|
||||
ace-window
|
||||
ack-and-a-half
|
||||
anzu
|
||||
browse-kill-ring
|
||||
dash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue