diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-16 15:33:44 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-16 15:33:44 +0100 |
commit | 09fc2fa0114ac12bc968173ee15fcfe53b0565e3 (patch) | |
tree | 3565d67d9392c3e77fe609dfd7a49ae23d1f395a | |
parent | 5dff5a59edde7471a5eb52e3fc88cdfed3a6e475 (diff) | |
download | dotfiles-09fc2fa0114ac12bc968173ee15fcfe53b0565e3.tar.gz dotfiles-09fc2fa0114ac12bc968173ee15fcfe53b0565e3.tar.bz2 dotfiles-09fc2fa0114ac12bc968173ee15fcfe53b0565e3.zip |
(Emacs)~balance braces in custom.el
I was stupid and pushed an improper version of custom.el
-rw-r--r-- | Emacs/.config/emacs/.config/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el index 5afbcba..223d90f 100644 --- a/Emacs/.config/emacs/.config/custom.el +++ b/Emacs/.config/emacs/.config/custom.el @@ -3,6 +3,7 @@ ;; 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-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |