From 752244b5798650de878f8dcd1d52c1c813dc1a6e Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Sun, 12 May 2024 12:38:01 -0300 Subject: add mixrank back, change emacs theme and background alpha change --- modules/emacs/README.org | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'modules') diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 04fc1a7..b4d051a 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -29,7 +29,7 @@ You can also use it as a ~nixosModule~, in order to add additional packages like #+begin_src emacs-lisp :tangle yes (use-package modus-themes) ;; (use-package kanagawa-theme) -(load-theme 'wombat t) +(load-theme 'modus-operandi-tinted t) (set-face-attribute 'default nil :family "Iosevka Nerd Font" @@ -48,18 +48,6 @@ You can also use it as a ~nixosModule~, in order to add additional packages like version-control t) #+end_src -** Background opacity -Remove background on terminal, and add transparency on GUI -#+begin_src emacs-lisp :tangle yes -(defun on-after-init () - (unless (display-graphic-p (selected-frame)) - (set-face-background 'default "unspecified-bg" (selected-frame)))) - -(add-hook 'window-setup-hook 'on-after-init) -(set-frame-parameter nil 'alpha-background 95) -(add-to-list 'default-frame-alist '(alpha-background . 95)) -#+end_src - * Utility ** All the Icons Works through nixosModules. -- cgit v1.2.3