diff options
Diffstat (limited to '.config/.emacs')
| -rw-r--r-- | .config/.emacs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/.emacs b/.config/.emacs index 407eb53..4ac5da8 100644 --- a/.config/.emacs +++ b/.config/.emacs @@ -21,15 +21,3 @@ (set-default 'truncate-lines t) (add-to-list 'default-frame-alist '(font . "Iosevka-16")) (load-theme 'wombat t) -(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. - '(package-selected-packages '(rfc-mode))) -(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. - ) |
