From a9dc8b2230cdf762dc6e067f6d8f07e82bbaf0d6 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Tue, 6 Feb 2024 19:56:47 +0100 Subject: [emacs] add more to bqn mode; always use acme theme --- emacs/inits/01-basic.el | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'emacs/inits/01-basic.el') diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index 67c53c5..6ef1d47 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2024-01-25 20h01 CET (anker)> +;; Time-stamp: <2024-02-06 19h56 CET (1b415aec)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -35,15 +35,7 @@ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") -(use-package circadian - :ensure t - :config - (setq calendar-latitude 52.34 - calendar-longitude 4.87 - circadian-themes '((:sunrise . acme) - ("15:00" . modus-operandi) - (:sunset . doom-challenger-deep))) - (circadian-setup)) +(load-theme 'acme t) (defun my-disable-bold-fonts () (interactive) -- cgit v1.2.3