diff options
author | Leonardo Santiago <[email protected]> | 2024-05-12 11:33:54 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-12 11:33:54 -0300 |
commit | 4f3efae46a91aae61e3d0d979670d388902d33a9 (patch) | |
tree | 7d8f2764934a76e6bc7527e7316f158c083fd9c3 /modules/emacs | |
parent | fe3eda350da50bd8d7951adf915a78fbb444b0f2 (diff) |
update stuff to make new framework laptop work.
Diffstat (limited to 'modules/emacs')
-rw-r--r-- | modules/emacs/README.org | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 2f361dc..04fc1a7 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -56,8 +56,8 @@ Remove background on terminal, and add transparency on GUI (set-face-background 'default "unspecified-bg" (selected-frame)))) (add-hook 'window-setup-hook 'on-after-init) -(set-frame-parameter nil 'alpha-background 80) -(add-to-list 'default-frame-alist '(alpha-background . 80)) +(set-frame-parameter nil 'alpha-background 95) +(add-to-list 'default-frame-alist '(alpha-background . 95)) #+end_src * Utility @@ -287,8 +287,7 @@ Try to use the package. (org-confirm-babel-evaluate nil) (org-edit-src-content-indentation 0) (org-auto-align-tags nil) - (org-fontify-done-headline t) - (org-agenda-files '("~/agenda.org"))) + (org-fontify-done-headline t)) #+end_src *** Org Modern #+begin_src emacs-lisp :tangle yes |