fix(emacs): change starting window for grade-start
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6bec864efb
commit
57407a859e
1 changed files with 3 additions and 1 deletions
|
@ -257,7 +257,9 @@
|
||||||
(windmove-right)
|
(windmove-right)
|
||||||
(find-file solution-file)
|
(find-file solution-file)
|
||||||
(windmove-right)
|
(windmove-right)
|
||||||
(find-file readme-file)))))
|
(find-file readme-file)
|
||||||
|
(windmove-left)
|
||||||
|
(windmove-left)))))
|
||||||
|
|
||||||
(provide 'misc)
|
(provide 'misc)
|
||||||
;;; misc.el ends here
|
;;; misc.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue