From 50f8dc85543d1fc9b312ceb2e12269354602d8e1 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 15 Aug 2022 11:33:42 -0400 Subject: Move general emacs customizations under :custom --- dot_emacs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 955b31f..210982c 100644 --- a/dot_emacs +++ b/dot_emacs @@ -24,15 +24,14 @@ (before-save . whitespace-cleanup)) :bind ; key bindings (("C-x a r" . align-regexp)) - :custom ; options set by customize-variable - (inhibit-startup-screen t) - (default-input-method "TeX") :config ; executed after package is loaded (defadvice ; align-regexp should use spaces. align-regexp (around align-regexp-with-spaces activate) (let ((indent-tabs-mode nil)) ad-do-it)) :custom + (inhibit-startup-screen t) + (default-input-method "TeX") (face-font-family-alternatives (append '(("Spleen 16x32" "Ubuntu Mono" "FreeMono" "Liberation Mono")) face-font-family-alternatives)) -- cgit v1.2.3