Remove comments
This commit is contained in:
parent
4203b007d3
commit
a458730f89
1 changed files with 1 additions and 10 deletions
|
@ -636,17 +636,8 @@ write_files:
|
||||||
(global-set-key (kbd "C-x M-g") 'magit-dispatch))
|
(global-set-key (kbd "C-x M-g") 'magit-dispatch))
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
|
||||||
;; Your init file should contain only one such instance.
|
|
||||||
;; If there is more than one, they won't work right.
|
|
||||||
'(custom-enabled-themes '(modus-vivendi)))
|
'(custom-enabled-themes '(modus-vivendi)))
|
||||||
(custom-set-faces
|
(custom-set-faces)
|
||||||
;; custom-set-faces was added by Custom.
|
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
|
||||||
;; Your init file should contain only one such instance.
|
|
||||||
;; If there is more than one, they won't work right.
|
|
||||||
)
|
|
||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
# Run Certbot to obtain SSL certificates and configure Nginx
|
# Run Certbot to obtain SSL certificates and configure Nginx
|
||||||
|
|
Loading…
Add table
Reference in a new issue