From e300da588fca33ff4a9107ccf445ee41c7ed4bee Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 8 Dec 2022 12:17:29 -0600 Subject: [PATCH] smaller doom-modeline --- init.el | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/init.el b/init.el index 1b0e9e6a..76a79f41 100644 --- a/init.el +++ b/init.el @@ -2455,20 +2455,3 @@ interfere with the default `bongo-playlist-buffer'." gcmh-verbose nil)) (setq warning-suppress-types '((comp))) -(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. - '(pdf-misc-print-program "/usr/bin/lpr") - '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot")) - '(safe-local-variable-values - '((aggressive-indent-mode) - (projectile-project-run-cmd . "./bld/bin/presenter") - (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/LibrePresenter/qmlcache/")))) -(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. - '(org-modern-tag ((t :background "#9aedfe" :foreground "#282a36"))))