From e5b71019163cbeb24c4a3fdb8d18ad61f8c4c3aa Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 23 Mar 2023 20:19:24 +0200 Subject: emcas: Add transperance and password-store as package --- .emacs.d/init.el | 5 +++-- emacs.org | 7 +++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5caa889..a35bcfa 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -32,6 +32,7 @@ ivy ivy-rich helpful + password-store org org-modern visual-fill-column @@ -100,8 +101,8 @@ Contains the list of packages that need to be installed.") (setq inhibit-startup-message nil) ;; Transparency -(set-frame-parameter (selected-frame) 'alpha '(100 100)) -(add-to-list 'default-frame-alist '(alpha 100 100)) +(set-frame-parameter (selected-frame) 'alpha '(90 95)) +(add-to-list 'default-frame-alist '(alpha 90 90)) (add-hook 'dired-mode-hook 'all-the-icons-dired-mode) (when is-hephaestus diff --git a/emacs.org b/emacs.org index db03bac..1881144 100755 --- a/emacs.org +++ b/emacs.org @@ -55,9 +55,7 @@ Check the ~$HOSTNAME~, if it's one of my devices running GuixSD. (defvar is-hephaestus (equal (system-name) "hephaestus")) #+end_src * Setting up Packages - ** Setup for GuixSD machines -+ If you are running GuixSD, replace the following hostnames ~fsociety~ or ~heisenberg~ with your own ~$HOSTNAME~ #+begin_src emacs-lisp ;; When guix t, load emacs packages (when (or is-zeus @@ -94,6 +92,7 @@ Request the following packages: ivy ivy-rich helpful + password-store org org-modern visual-fill-column @@ -170,8 +169,8 @@ Fonts and basic appearance settings #+begin_src emacs-lisp (setq inhibit-startup-message nil) ;; Transparency - (set-frame-parameter (selected-frame) 'alpha '(100 100)) - (add-to-list 'default-frame-alist '(alpha 100 100)) + (set-frame-parameter (selected-frame) 'alpha '(90 95)) + (add-to-list 'default-frame-alist '(alpha 90 90)) (add-hook 'dired-mode-hook 'all-the-icons-dired-mode) (when is-hephaestus -- cgit v1.2.3