Update gui settings
This commit is contained in:
parent
4729efa146
commit
5b5ce36bae
1 changed files with 5 additions and 5 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue