summaryrefslogtreecommitdiff
path: root/home/dots
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/dots/.dico1
-rw-r--r--home/dots/.emacs5
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))))