Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Dec 31, 2023
1 parent b222d1d commit 44ad9a9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.org
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,15 @@
(message "Install jump...")
(add-to-list 'load-path (locate-user-emacs-file "el-clone/jump")))
#+end_src
** link-hint
#+begin_src emacs-lisp
(eval-when-compile
(el-clone :repo "noctuid/link-hint.el"))

(with-delayed-execution
(message "Install link-hint...")
(add-to-list 'load-path (locate-user-emacs-file "el-clone/link-hint")))
#+end_src
** list-utils
#+begin_src emacs-lisp
(eval-when-compile
Expand Down Expand Up @@ -6712,7 +6721,10 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry
(autoload-if-found '(elfeed-goodies/setup) "elfeed-goodies" nil t)

(with-eval-after-load 'elfeed-dashboard
(add-hook 'elfeed-dashboard-mode-hook #'elfeed-goodies/setup)))
(add-hook 'elfeed-dashboard-mode-hook #'elfeed-goodies/setup))

(with-eval-after-load 'elfeed-goodies
(setq elfeed-goodies/entry-pane-size 0.6)))
#+end_src
* Eshell
** basic
Expand Down

0 comments on commit 44ad9a9

Please sign in to comment.