From 4f3efae46a91aae61e3d0d979670d388902d33a9 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Sun, 12 May 2024 11:33:54 -0300 Subject: update stuff to make new framework laptop work. --- modules/emacs/README.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/emacs') 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 -- cgit v1.2.3