summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/config.scm3
-rw-r--r--home/dots/.dico1
-rw-r--r--home/dots/.emacs5
3 files changed, 7 insertions, 2 deletions
diff --git a/home/config.scm b/home/config.scm
index 36802f1..2fc881a 100644
--- a/home/config.scm
+++ b/home/config.scm
@@ -62,6 +62,7 @@
#:use-module (guix build-system go)
#:use-module (gnu home services pm)
#:use-module (gnu home services xdg)
+ #:use-module (gnu home services dict)
#:use-module (nongnu packages game-client)
#:use-module (nongnu packages mozilla))
@@ -216,6 +217,8 @@
(service home-dbus-service-type)
+ (service home-dicod-service-type)
+
(simple-service 'extend-home
home-environment-variables-service-type
`(("PATH" . "${PATH}:~/go/bin:~/.cargo/bin:~/.local/bin")))
diff --git a/home/dots/.dico b/home/dots/.dico
new file mode 100644
index 0000000..6ac5ef5
--- /dev/null
+++ b/home/dots/.dico
@@ -0,0 +1 @@
+open localhost \ No newline at end of file
diff --git a/home/dots/.emacs b/home/dots/.emacs
index 4726607..b3067bb 100644
--- a/home/dots/.emacs
+++ b/home/dots/.emacs
@@ -1134,9 +1134,10 @@
'(org-imminent-deadline ((t (:foreground "orangered" :weight bold))))
'(org-agenda-date-today ((t (:weight bold))))
'(org-agenda-date-weekend ((t ())))
- '(help-key-binding ((t (:weight semibold :background "#EEEEE8" :box (:line-width (1 . -1) :color "#AAAAA8")))))
+ '(help-key-binding ((t (:weight semibold :background "#EEEEE8" :box (:line-width (1 . -1) :color "#AAAAA8")))))
'(org-agenda-done ((t (:strike-through t :inherit org-time-grid :extend nil))))
- '(org-agenda-structure-filter ((t (:slant italic))))
+ '(org-agenda-structure-filter ((t (:slant italic))))
+ '(org-scheduled ((t ())))
'(org-done ((t (:strike-through t :weight bold :inherit org-agenda-dimmed-todo-face :extend nil))))
'(org-drawer ((t (:inherit org-tag))))
'(org-todo ((t (:weight bold))))