Disable packages in --gui
This commit is contained in:
parent
885deb4ea7
commit
90b0d8ee94
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue