File tree 3 files changed +9
-6
lines changed
modules/shared/config/emacs
starter/modules/shared/config/emacs
starter-with-secrets/modules/shared/config/emacs 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 123
123
(lambda (_status )
124
124
; ; delete-region removes the HTTP headers from the downloaded content.
125
125
(delete-region (point-min ) (1+ url-http-end-of-headers))
126
+ ; ; save the contents of the buffer to the file.
126
127
(write-file default-config-file)))
127
- (message " Default configuration downloaded successfully. " ))
128
- (error (message " Error occurred while downloading the default configuration. " )))))
128
+ (message " Default configuration downloaded successfully. " ) ))
129
+ (error (message " Error occurred while downloading the default configuration. " ))))
129
130
130
131
; ; -------------------------
131
132
; ; Load Org Config or Default
Original file line number Diff line number Diff line change 123
123
(lambda (_status )
124
124
; ; delete-region removes the HTTP headers from the downloaded content.
125
125
(delete-region (point-min ) (1+ url-http-end-of-headers))
126
+ ; ; save the contents of the buffer to the file.
126
127
(write-file default-config-file)))
127
- (message " Default configuration downloaded successfully. " ))
128
- (error (message " Error occurred while downloading the default configuration. " )))))
128
+ (message " Default configuration downloaded successfully. " ) ))
129
+ (error (message " Error occurred while downloading the default configuration. " ))))
129
130
130
131
; ; -------------------------
131
132
; ; Load Org Config or Default
Original file line number Diff line number Diff line change 123
123
(lambda (_status )
124
124
; ; delete-region removes the HTTP headers from the downloaded content.
125
125
(delete-region (point-min ) (1+ url-http-end-of-headers))
126
+ ; ; save the contents of the buffer to the file.
126
127
(write-file default-config-file)))
127
- (message " Default configuration downloaded successfully. " ))
128
- (error (message " Error occurred while downloading the default configuration. " )))))
128
+ (message " Default configuration downloaded successfully. " ) ))
129
+ (error (message " Error occurred while downloading the default configuration. " ))))
129
130
130
131
; ; -------------------------
131
132
; ; Load Org Config or Default
You can’t perform that action at this time.
0 commit comments