Update gui settings

This commit is contained in:
Marcus Kammer 2023-08-18 19:10:32 +02:00
parent 4729efa146
commit 5b5ce36bae
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -14,10 +14,10 @@
;; 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))
;(when (eq system-type 'gnu/linux) ;; ;(when (eq system-type 'gnu/linux)
(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)
@ -31,7 +31,7 @@
(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 ;; (use-package emojify
;; ;; https://ianyepan.github.io/posts/emacs-emojis/ ;; ;; https://ianyepan.github.io/posts/emacs-emojis/