Skip to content

Commit 98c9e89

Browse files
committed
emacs: add image for ace-window
1 parent 4c90b14 commit 98c9e89

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

emacs/img/ace_window.png

367 KB
Loading

emacs/init.el

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,6 @@
610610
("k" . 2048-up)
611611
("l" . 2048-right)))
612612

613-
;; ace-window
614-
615-
616-
617613
;; ag
618614

619615
;; [[./img/ag.png]]
@@ -694,6 +690,9 @@
694690
;; | o | ace-link-* | jump to link |
695691
;; |---------+------------+--------------|
696692

693+
694+
;; [[./img/ace_window.png]]
695+
697696
;; [[https://github.com/abo-abo/ace-window][ace-window]] is a package for selecting a window to switch to. Also can be used to
698697
;; jump to words, lines, chars, subwords, move/delete/copy lines and other some
699698
;; nice features.

emacs/readme.org

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -721,12 +721,6 @@ your time. Also is a simple and enjoying game.
721721
("l" . 2048-right)))
722722
#+END_SRC
723723

724-
** ace-window
725-
726-
#+BEGIN_SRC emacs-lisp
727-
728-
#+END_SRC
729-
730724
** ag
731725

732726
[[./img/ag.png]]
@@ -813,6 +807,9 @@ Works in org-mode, info, help and eww.
813807
| o | ace-link-* | jump to link |
814808
|---------+------------+--------------|
815809

810+
811+
[[./img/ace_window.png]]
812+
816813
[[https://github.com/abo-abo/ace-window][ace-window]] is a package for selecting a window to switch to. Also can be used to
817814
jump to words, lines, chars, subwords, move/delete/copy lines and other some
818815
nice features.

0 commit comments

Comments
 (0)