aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-09-30 14:48:06 -0700
committercolin <colin@cicadas.surf>2023-09-30 14:48:06 -0700
commitb62f89a418b0db5f04e6a4b7aa3a9099069be069 (patch)
tree35252f780453ba3fc7221687bbbf36c5970daa6a
parent911234a81a85e5f30ca00c20d009dbce94745894 (diff)
wordnut, t h e m e z
-rw-r--r--init-el.org37
1 files 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
-
+<<general-reading-tools>>
<<calibre-config>>
<<pdf-tools>>
<<pdf-mode-config>>
@@ -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)