weebing out my emacs cal a bit. removing window decorations from alacritty on mac

master
Dustin Swan 3 years ago
parent 9c25773876
commit 219022c60a
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -35,6 +35,8 @@
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
(setq calendar-week-start-day 1)
(setq calendar-day-header-array ["" "" "" "" "" "" ""])
;; Here are some additional functions/macros that could help you configure Doom:
;;

@ -7,6 +7,7 @@
enable = true;
settings = {
window = {
decorations = "buttonless";
padding = {
x = 12;
y = 12;

Loading…
Cancel
Save