diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-28 11:45:10 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-28 11:45:10 +0100 |
commit | b14a4949581106215fa12793cad92ec96ed023fc (patch) | |
tree | 8f70c070fc28e1c9a2079af6d00e2d68849789aa /Emacs/.config/emacs/init.el | |
parent | 2ed80f3d40e49862f22a79a88f7dd031133b0ba7 (diff) | |
download | dotfiles-b14a4949581106215fa12793cad92ec96ed023fc.tar.gz dotfiles-b14a4949581106215fa12793cad92ec96ed023fc.tar.bz2 dotfiles-b14a4949581106215fa12793cad92ec96ed023fc.zip |
-customize settings
Stored in separate file
Diffstat (limited to 'Emacs/.config/emacs/init.el')
-rw-r--r-- | Emacs/.config/emacs/init.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Emacs/.config/emacs/init.el b/Emacs/.config/emacs/init.el index aa4f578..916a413 100644 --- a/Emacs/.config/emacs/init.el +++ b/Emacs/.config/emacs/init.el @@ -75,16 +75,3 @@ (require 'eglot)) (setq gc-cons-threshold 20000000) - -(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-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. - ) |