added direnv

This commit is contained in:
k 2024-09-05 11:50:22 -04:00
parent 4efb3d6d9e
commit 8c72a2040f

View File

@ -2,6 +2,7 @@
(scroll-bar-mode -1) (scroll-bar-mode -1)
(menu-bar-mode -1) (menu-bar-mode -1)
(set-frame-parameter nil 'alpha-background 100) (set-frame-parameter nil 'alpha-background 100)
(setq ring-bell-function 'ignore)
(set-face-attribute 'default nil :font "GoMono Nerd Font Mono-10") (set-face-attribute 'default nil :font "GoMono Nerd Font Mono-10")
@ -12,10 +13,8 @@
(require 'use-package) (require 'use-package)
(use-package vterm :ensure t)
(use-package magit :ensure t) (use-package magit :ensure t)
(use-package direnv :ensure t)
(use-package docker :ensure t) (use-package docker :ensure t)
(use-package elpher :ensure t) (use-package elpher :ensure t)
(use-package rust-mode :ensure t) (use-package rust-mode :ensure t)
@ -101,13 +100,14 @@
:background (face-background 'default)) :background (face-background 'default))
(dashboard-setup-startup-hook) (dashboard-setup-startup-hook)
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(package-selected-packages '(package-selected-packages
'(acme-theme dashboard emojify latex-preview-pane system-packages gemini-mode nerd-icons rust-mode elpher docker magit vterm))) '(acme-theme dashboard emojify latex-preview-pane system-packages gemini-mode nerd-icons rust-mode elpher docker direnv magit)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.