Move wgrep to Search

This commit is contained in:
contrapunctus 2022-01-14 16:27:23 +05:30
parent 9438bf2d25
commit 31e185f669
1 changed files with 11 additions and 18 deletions

View File

@ -345,7 +345,7 @@ Must put this after loading the custom file, or I get prompted about the theme e
:END:
** ag, the Silver Searcher
:PROPERTIES:
:CUSTOM_ID: search-ag
:CUSTOM_ID: ag
:END:
#+BEGIN_SRC emacs-lisp
(use-package ag
@ -371,6 +371,16 @@ Must put this after loading the custom file, or I get prompted about the theme e
(setq swiper-action-recenter t))
#+END_SRC
** wgrep
:PROPERTIES:
:CREATED: 2022-01-14T16:23:41+0530
:CUSTOM_ID: wgrep
:END:
#+BEGIN_SRC emacs-lisp
(use-package wgrep
:commands (wgrep-change-to-wgrep-mode))
#+END_SRC
**
#+BEGIN_SRC emacs-lisp
(add-to-list 'load-path "~/.emacs.d/contrapunctus/")
@ -4957,23 +4967,6 @@ ARGS are ignored."
;; (set-face-attribute 'default nil :font "-outline-Bitstream Vera Sans Mono-normal-normal-normal-mono-12-*-*-*-c-*-iso8859-1")
#+END_SRC
**
#+BEGIN_SRC emacs-lisp
(use-package wgrep
:commands (wgrep-change-to-wgrep-mode))
#+END_SRC
* enabling disabled commands
#+BEGIN_SRC emacs-lisp
(mapc (lambda (command)
(put command 'disabled nil))
'(downcase-region
upcase-region
set-goal-column
scroll-left
erc-remove-text-properties-region))
#+END_SRC
* desktop - session management
#+BEGIN_SRC emacs-lisp
(use-package desktop