summaryrefslogtreecommitdiff
path: root/emacs/inits/01-basic.el
diff options
context:
space:
mode:
authortslil clingman <>2024-02-06 19:56:47 +0100
committertslil clingman <>2024-02-06 19:56:47 +0100
commita9dc8b2230cdf762dc6e067f6d8f07e82bbaf0d6 (patch)
treee1c351752dce86e3a15dc7aa89a3476233f5b14f /emacs/inits/01-basic.el
parentf14dd89ab5d0a3376c0e4b74cb2ee7b4be3132a8 (diff)
[emacs] add more to bqn mode; always use acme theme
Diffstat (limited to 'emacs/inits/01-basic.el')
-rw-r--r--emacs/inits/01-basic.el12
1 files changed, 2 insertions, 10 deletions
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)