weebing out my emacs cal a bit. removing window decorations from alacritty on mac
This commit is contained in:
parent
9c25773876
commit
219022c60a
2 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue