diff options
author | Case Duckworth | 2022-01-03 15:18:33 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-03 15:18:33 -0600 |
commit | 37f998e8625352f4317bb6f7c1044e2c579cd47c (patch) | |
tree | 02468e6e426a1142c1e348575f1827395cfc53a8 | |
parent | Fix browse-url urls (diff) | |
download | emacs-37f998e8625352f4317bb6f7c1044e2c579cd47c.tar.gz emacs-37f998e8625352f4317bb6f7c1044e2c579cd47c.zip |
Add a diary file
But I dont use it
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 261d8c7..92c0fce 100644 --- a/init.el +++ b/init.el | |||
@@ -161,7 +161,9 @@ | |||
161 | (require '_location) | 161 | (require '_location) |
162 | (:option calendar-location-name _location-name | 162 | (:option calendar-location-name _location-name |
163 | calendar-latitude _location-latitude | 163 | calendar-latitude _location-latitude |
164 | calendar-longitude _location-longitude)) | 164 | calendar-longitude _location-longitude |
165 | diary-file (private/ "diary"))) | ||
166 | |||
165 | (setup compile | 167 | (setup compile |
166 | (:option compilation-always-kill t | 168 | (:option compilation-always-kill t |
167 | compilation-ask-about-save nil | 169 | compilation-ask-about-save nil |