mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add a "Windows And Frames" Org file, set frame alpha to 80%
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
f8fa60b534
commit
1fa6a14528
11
emacs-lisp/windows_and_frames.org
Normal file
11
emacs-lisp/windows_and_frames.org
Normal file
|
@ -0,0 +1,11 @@
|
|||
: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
|
||||
|
Loading…
Reference in a new issue