|
196 | 196 | (shrink-window arg) |
197 | 197 | (enlarge-window arg))) |
198 | 198 |
|
199 | | -;;* Obsoletes |
200 | | -(defvar hydra-example-text-scale |
201 | | - '(("g" text-scale-increase "zoom in") |
202 | | - ("l" text-scale-decrease "zoom out")) |
203 | | - "A two-headed hydra for text scale manipulation.") |
204 | | -(make-obsolete-variable |
205 | | - 'hydra-example-text-scale |
206 | | - "Don't use `hydra-example-text-scale', just write your own |
207 | | -`defhydra' using hydra-examples.el as a template" |
208 | | - "0.9.0") |
209 | | - |
210 | | -(defvar hydra-example-move-window-splitter |
211 | | - '(("h" hydra-move-splitter-left) |
212 | | - ("j" hydra-move-splitter-down) |
213 | | - ("k" hydra-move-splitter-up) |
214 | | - ("l" hydra-move-splitter-right)) |
215 | | - "A four-headed hydra for the window splitter manipulation. |
216 | | -Works best if you have not more than 4 windows.") |
217 | | -(make-obsolete-variable |
218 | | - 'hydra-example-move-window-splitter |
219 | | - "Don't use `hydra-example-move-window-splitter', just write your own |
220 | | -`defhydra' using hydra-examples.el as a template" |
221 | | - "0.9.0") |
222 | | - |
223 | | -(defvar hydra-example-goto-error |
224 | | - '(("h" first-error "first") |
225 | | - ("j" next-error "next") |
226 | | - ("k" previous-error "prev")) |
227 | | - "A three-headed hydra for jumping between \"errors\". |
228 | | -Useful for e.g. `occur', `rgrep' and the like.") |
229 | | -(make-obsolete-variable |
230 | | - 'hydra-example-goto-error |
231 | | - "Don't use `hydra-example-goto-error', just write your own |
232 | | -`defhydra' using hydra-examples.el as a template" |
233 | | - "0.9.0") |
234 | | - |
235 | | -(defvar hydra-example-windmove |
236 | | - '(("h" windmove-left) |
237 | | - ("j" windmove-down) |
238 | | - ("k" windmove-up) |
239 | | - ("l" windmove-right)) |
240 | | - "A four-headed hydra for `windmove'.") |
241 | | -(make-obsolete-variable |
242 | | - 'hydra-example-windmove |
243 | | - "Don't use `hydra-example-windmove', just write your own |
244 | | -`defhydra' using hydra-examples.el as a template" |
245 | | - "0.9.0") |
246 | | - |
247 | 199 | (provide 'hydra-examples) |
248 | 200 | ;;; hydra-examples.el ends here |
0 commit comments