Disable packages in --gui

This commit is contained in:
Marcus Kammer 2023-02-02 20:53:53 +01:00
parent 885deb4ea7
commit 90b0d8ee94
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -14,9 +14,9 @@
doom-themes-enable-italic t) ; if nil, italics is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled
(load-theme 'doom-one t)) (load-theme 'doom-one t))
(use-package doom-modeline ;; (use-package doom-modeline
:init (doom-modeline-mode 1) ;; :init (doom-modeline-mode 1)
:custom (doom-modeline-height 33)) ;; :custom (doom-modeline-height 33))
(use-package helpful (use-package helpful
:commands (helpful-callable helpful-variable helpful-command helpful-key) :commands (helpful-callable helpful-variable helpful-command helpful-key)
@ -30,11 +30,11 @@
(add-hook 'Info-mode-hook (lambda () (make-local-variable 'olivetti-body-width) (setq olivetti-body-width 75) (olivetti-mode))) (add-hook 'Info-mode-hook (lambda () (make-local-variable 'olivetti-body-width) (setq olivetti-body-width 75) (olivetti-mode)))
; (use-package ace-window :init (global-set-key (kbd "M-o") 'ace-window)) ;; (use-package ace-window :init (global-set-key (kbd "M-o") 'ace-window))
(use-package emojify :commands emojify-mode) (use-package emojify :commands emojify-mode)
(use-package vertico :init (vertico-mode)) ;; (use-package vertico :init (vertico-mode))
(use-package webjump (use-package webjump
:bind ("C-c j" . webjump) :bind ("C-c j" . webjump)