|
|
|
@ -2305,12 +2305,9 @@ |
|
|
|
aw-scope 'frame |
|
|
|
aw-scope 'frame |
|
|
|
aw-ignore-current t) |
|
|
|
aw-ignore-current t) |
|
|
|
(require 'ace-link) |
|
|
|
(require 'ace-link) |
|
|
|
; (defalias 'avy-process 'avy--process) |
|
|
|
|
|
|
|
(ace-link-setup-default) |
|
|
|
(ace-link-setup-default) |
|
|
|
(setq avy-styles-alist nil |
|
|
|
(setq avy-styles-alist nil |
|
|
|
avy-background t) |
|
|
|
avy-background t) |
|
|
|
; (add-to-list 'avy-styles-alist '(ace-link-org-agenda . at-full)) |
|
|
|
|
|
|
|
; (add-to-list 'avy-styles-alist '(ace-link-org . at-full)) |
|
|
|
|
|
|
|
(define-key org-mode-map (kbd "C-c M-o") 'ace-link-org) |
|
|
|
(define-key org-mode-map (kbd "C-c M-o") 'ace-link-org) |
|
|
|
(define-key org-agenda-mode-map (kbd "C-c M-o") 'ace-link-org) |
|
|
|
(define-key org-agenda-mode-map (kbd "C-c M-o") 'ace-link-org) |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
|