[submodule "sweep"]
path = sweep
url = git@git.sr.ht:~eshel/sweep
+[submodule "dict"]
+ path = dict
+ url = git://git.eshelyaron.com/dict.git
-.PHONY: local remote sweep dotfiles
+.PHONY: local remote sweep dotfiles dict
update:
emacs -Q --batch -l publish.el -f esy/publish-update
remote: local
rsync -vrz html/ root@direct.eshelyaron.com:/var/www/html
-local: sweep dotfiles
+local: sweep dotfiles dict
emacs -Q --batch -l publish.el -f esy/publish
sweep:
dotfiles:
git submodule update --remote -- dotfiles
+
+dict:
+ git submodule update --remote -- dict
--- /dev/null
+Subproject commit eebbd4fdb1ea67081db95c84d5504bc8c1ad74a2
--- /dev/null
+../dict/README.org
\ No newline at end of file
:CUSTOM_ID: projects
:END:
+** Dict: Emacs client for RFC2229 dictionary servers
+:PROPERTIES:
+:CUSTOM_ID: dict
+:END:
+
+Dict is an Emacs package that provides an interface for querying
+RFC2229 dictionary servers and displaying word definitions. It a
+simple and extensible tool, meant to do one job (looking up
+definitions in the dictionary) and to do it well. For more details,
+see [[file:dict.org][the Dict manual]].
+
** =sweep=: SWI-Prolog Embedded in Emacs
:PROPERTIES:
:CUSTOM_ID: sweep
color: #3fb83f;
font-weight: bold;
}
+.org-keyword {
+ /* font-lock-keyword-face */
+ color: #00c089;
+ font-weight: bold;
+}
.org-comment {
/* font-lock-comment-face */
color: #b7a07f;