summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 15:18:33 -0600
committerCase Duckworth2022-01-03 15:18:33 -0600
commit37f998e8625352f4317bb6f7c1044e2c579cd47c (patch)
tree02468e6e426a1142c1e348575f1827395cfc53a8 /init.el
parentFix browse-url urls (diff)
downloademacs-37f998e8625352f4317bb6f7c1044e2c579cd47c.tar.gz
emacs-37f998e8625352f4317bb6f7c1044e2c579cd47c.zip
Add a diary file
But I dont use it
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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