File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 62
62
; ;; Code:
63
63
(require 'ace-jump-mode )
64
64
65
- ; ; ——— Customization ———————————————————————————————————————————————————————————
65
+ ; ;* Customization
66
66
(defgroup ace-window nil
67
67
" Quickly switch current window."
68
68
:group 'convenience
@@ -94,6 +94,7 @@ Use M-0 `ace-window' to toggle this value."
94
94
'((t (:inherit ace-jump-face-foreground)))
95
95
" Face for each window's leading char." )
96
96
97
+ ; ;* Implementation
97
98
(defun aw-ignored-p (window )
98
99
" Return t if WINDOW should be ignored."
99
100
(and aw-ignore-on
@@ -243,7 +244,7 @@ Amend MODE-LINE to the mode line for the duration of the selection."
243
244
(prog1 (selected-window )
244
245
(select-window start-window))))
245
246
246
- ; ; ——— Interactive —————————————————————————————————————————————————————————————
247
+ ; ;* Interactive
247
248
;;;### autoload
248
249
(defun ace-select-window ()
249
250
" Ace select window."
@@ -297,7 +298,7 @@ window."
297
298
(16 (ace-delete-window))
298
299
(t (ace-select-window))))
299
300
300
- ; ; ——— Utility —————————————————————————————————————————————————————————————————
301
+ ; ;* Utility
301
302
(defun aw-visual-area< (va1 va2 )
302
303
" Return true if visual area VA1 is less than VA2.
303
304
This is determined by their respective window coordinates.
You can’t perform that action at this time.
0 commit comments