summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-15 15:25:25 -0500
committerCase Duckworth2022-06-15 15:25:25 -0500
commit4742605f98254802d72bdf6066979a47eb5c3a2e (patch)
tree6116d85a7e6043d41ebecd51f4bd868a6c5f9fc9
parentChange readme...again (diff)
downloademacs-4742605f98254802d72bdf6066979a47eb5c3a2e.tar.gz
emacs-4742605f98254802d72bdf6066979a47eb5c3a2e.zip
Update readme
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index d1eb3ec..49c4ab4 100644 --- a/init.el +++ b/init.el
@@ -280,6 +280,10 @@
280 )) 280 ))
281 (+browse-url-transform-url-global-mode +1)) 281 (+browse-url-transform-url-global-mode +1))
282 282
283(setup c-mode
284 (:with-hook c-mode-common-hook
285 (:hook #'indent-tabs-mode)))
286
283(setup calendar 287(setup calendar
284 (require '_location) 288 (require '_location)
285 (:option diary-file (private/ "diary"))) 289 (:option diary-file (private/ "diary")))