diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-12 09:21:37 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-12 09:21:37 +0200 |
commit | d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b (patch) | |
tree | 08c85849b338d4db1cfe29ddbdc83c41df1d3599 /home/dots | |
parent | 71422d9f107ef0913c5e9336a14ace43c146f89d (diff) | |
download | guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.tar.gz guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.tar.bz2 guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.zip |
.
Diffstat (limited to 'home/dots')
-rw-r--r-- | home/dots/.dico | 1 | ||||
-rw-r--r-- | home/dots/.emacs | 5 |
2 files changed, 4 insertions, 2 deletions
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)))) |