summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-23 20:19:24 +0200
committerThanos Apollo <[email protected]>2023-03-23 20:19:24 +0200
commite5b71019163cbeb24c4a3fdb8d18ad61f8c4c3aa (patch)
tree516fc6b2185049a9297191a9166d2246d63967aa /.emacs.d/init.el
parent4f3b58622aef705f1a8fccc4e6ac2ae01003f887 (diff)
emcas: Add transperance and password-store as package
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
1 files changed, 3 insertions, 2 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