weebing out my emacs cal a bit. removing window decorations from alacritty on mac
This commit is contained in:
@@ -35,6 +35,8 @@
|
|||||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
(setq display-line-numbers-type t)
|
(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:
|
;; Here are some additional functions/macros that could help you configure Doom:
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window = {
|
window = {
|
||||||
|
decorations = "buttonless";
|
||||||
padding = {
|
padding = {
|
||||||
x = 12;
|
x = 12;
|
||||||
y = 12;
|
y = 12;
|
||||||
|
|||||||
Reference in New Issue
Block a user