]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Remove ace-link
authorEshel Yaron <eshel@areionsec.com>
Sat, 14 May 2022 11:45:09 +0000 (14:45 +0300)
committerEshel Yaron <eshel@areionsec.com>
Sat, 14 May 2022 11:45:09 +0000 (14:45 +0300)
.emacs.d/esy.org

index 96c427fb1884a02f054e32fbedfa49574905d6c3..d7aea5dc2c4150f2c21d101dd0685734e6741dab 100644 (file)
@@ -108,7 +108,7 @@ For further information about Elisp headers, see [[info:elisp#Library
                '("melpa" . "http://melpa.org/packages/"))
 
   (setq package-selected-packages
-        '(academic-phrases ace-jump-mode ace-link affe alert
+        '(academic-phrases avy alert
           all-the-icons all-the-icons-completion anzu
           auctex-latexmk beacon benchmark-init browse-at-remote
           browse-kill-ring cape corfu command-log-mode dabbrev define-word
@@ -185,6 +185,9 @@ For further information about Elisp headers, see [[info:elisp#Library
 :END:
 
 ** Initial frame parameters
+:PROPERTIES:
+:CUSTOM_ID: initial-frame
+:END:
 
 Open the inital Emacs frame in fullscreen.
 
@@ -316,6 +319,9 @@ For a list of available frame parameters, see [[info:elisp#Frame Parameters][eli
 #+end_src
 
 ** Refile targets
+:PROPERTIES:
+:CUSTOM_ID: org-refile-targets
+:END:
 
 By default, =org-refile= considers only top level heading to be
 candidates for refiling into, we set =org-refile-targets= to allow
@@ -356,6 +362,7 @@ refiling directly into deeper headings as well.
                              (org-map-entries
                               #'esy/org-maybe-prompt-custom-id)))))
 #+end_src
+
 ** Export and publish
 :PROPERTIES:
 :CUSTOM_ID: exporting
@@ -695,7 +702,6 @@ refiling directly into deeper headings as well.
     "Configure Gnus specific customizations."
     (require 'gnus)
     (require 'gnus-icalendar)
-    (require 'ace-link)
     (setq 
           gnus-article-treat-types '("text/plain"
                                      "text/x-verbatim"
@@ -713,8 +719,6 @@ refiling directly into deeper headings as well.
           calendar-date-style 'iso)
     (gnus-icalendar-setup)
     (gnus-icalendar-org-setup)
-    (define-key gnus-summary-mode-map (kbd "M-o") 'ace-link-gnus)
-    (define-key gnus-article-mode-map (kbd "M-o") 'ace-link-gnus)
     (add-hook 'gnus-group-mode-hook #'gnus-topic-mode))
 
   (add-hook 'gnus-mode-hook #'esy/customize-gnus-mode)
@@ -817,16 +821,11 @@ refiling directly into deeper headings as well.
       '(aw-leading-char-face ((t (:inherit (bold modus-themes-reset-soft) :height 1))))))
 #+end_src
 
-** =ace-link= setup
+* Applications
 :PROPERTIES:
-:CUSTOM_ID: ace-link
+:CUSTOM_ID: applications
 :END:
 
-#+begin_src emacs-lisp
-  (add-hook 'after-init-hook #'ace-link-setup-default)
-#+end_src
-
-* Applications
 ** Elfeed
 :PROPERTIES:
 :CUSTOM_ID: elfeed
@@ -887,6 +886,7 @@ the prior submitted URLs and web search keywords.
                           'eww-prompt-history
                           (car (eww-suggested-uris)))))
 #+end_src
+
 *** Use =eww= as the default web browser
 :PROPERTIES:
 :CUSTOM_ID: eww-browse-url-browser-function