mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
12 lines
269 B
Org Mode
12 lines
269 B
Org Mode
|
:PROPERTIES:
|
||
|
:header-args:emacs-lisp: :comments link :results none
|
||
|
:ID: 940c2ee1-96ef-4c91-abef-c53787ea1c05
|
||
|
:END:
|
||
|
#+title: Windows and Frames
|
||
|
#+filetags: emacs-load
|
||
|
|
||
|
#+begin_src emacs-lisp
|
||
|
(add-to-list 'default-frame-alist '(alpha-background . 80))
|
||
|
#+end_src
|
||
|
|