From b62f89a418b0db5f04e6a4b7aa3a9099069be069 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 30 Sep 2023 14:48:06 -0700 Subject: wordnut, t h e m e z --- init-el.org | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/init-el.org b/init-el.org index 3bc8a8c..3829e99 100644 --- a/init-el.org +++ b/init-el.org @@ -167,6 +167,7 @@ New in emacs 28, native compilation can be enabled: (?m "[m]ajor mode" my-major-mode-command) (?f "[f]ind file" find-file) (?d "[d]irvish" dirvish) + (?r "[r]eading menu" my-reading-command) (?s "[s]lime selection" my-lisp-switch-command) (?h "[h]elp" helpful-at-point))) @@ -187,7 +188,8 @@ New in emacs 28, native compilation can be enabled: (def-my-command my-special-edit-command '( (?i "[i]nsert" my-special-insert) - (?a "[a]lign" my-freaking-align))) + (?a "[a]lign" my-freaking-align))) + #+end_src @@ -697,11 +699,11 @@ e.g. here's one for org capture (setq my-installed-themes '(yoshi-theme - night-owl-theme - hemera-theme - lush-theme + kaolin-themes seoul256-theme dracula-theme + solarized-theme + solo-jazz-theme poet-theme majapahit-themes)) @@ -743,7 +745,11 @@ LOAD-THEME" (setq *coding-themes* (mapcan 'themes-in-package - '( yoshi enlightened majapahit seoul256 lush hemera night-owl ))) + '(majapahit + seoul256 + yoshi + solarized + solo-jazz))) (setq *writing-themes* (themes-in-package 'poet)) @@ -1056,7 +1062,7 @@ stand up and move around. #+name: reading-notes-and-writing-config #+begin_src elisp :noweb no-export :results none - +<> <> <> <> @@ -1072,6 +1078,23 @@ stand up and move around. #+end_src +** General Reading Tools + +wordnut is a wordnet interface + +#+name: general-reading-tools +#+begin_src elisp :noweb no-export + +(package-install 'wordnut) + +(def-my-command my-reading-command + '((?l "[l]ookup word" wordnut-lookup-current-word) + (?L "[L]ookup any word" wordnut-search))) + +#+end_src + +#+RESULTS: general-reading-tools +: my-reading-command ** Calibre db @@ -1169,6 +1192,8 @@ stand up and move around. (require 'elfeed) +(setq elfeed-db-directory "~/notes/dot-elfeed") + (setq elfeed-feeds '( ("https://harpers.org/feed" culture politics news) -- cgit v1.2.3