added direnv
This commit is contained in:
parent
4efb3d6d9e
commit
8c72a2040f
8
init.el
8
init.el
@ -2,6 +2,7 @@
|
||||
(scroll-bar-mode -1)
|
||||
(menu-bar-mode -1)
|
||||
(set-frame-parameter nil 'alpha-background 100)
|
||||
(setq ring-bell-function 'ignore)
|
||||
|
||||
(set-face-attribute 'default nil :font "GoMono Nerd Font Mono-10")
|
||||
|
||||
@ -12,10 +13,8 @@
|
||||
(require 'use-package)
|
||||
|
||||
|
||||
|
||||
|
||||
(use-package vterm :ensure t)
|
||||
(use-package magit :ensure t)
|
||||
(use-package direnv :ensure t)
|
||||
(use-package docker :ensure t)
|
||||
(use-package elpher :ensure t)
|
||||
(use-package rust-mode :ensure t)
|
||||
@ -101,13 +100,14 @@
|
||||
:background (face-background 'default))
|
||||
|
||||
(dashboard-setup-startup-hook)
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(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 was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user