From d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 12 Nov 2024 09:21:37 +0200 Subject: . --- home/config.scm | 3 +++ home/dots/.dico | 1 + home/dots/.emacs | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 home/dots/.dico 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)))) -- cgit v1.2.3