summaryrefslogtreecommitdiff
path: root/modules/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/emacs')
-rw-r--r--modules/emacs/README.org14
1 files changed, 1 insertions, 13 deletions
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.