update
This commit is contained in:
parent
183f79dcee
commit
65239e7a52
1 changed files with 8 additions and 3 deletions
|
@ -90,12 +90,14 @@
|
||||||
:config
|
:config
|
||||||
(setq ivy-inital-inputs-alist nil))
|
(setq ivy-inital-inputs-alist nil))
|
||||||
|
|
||||||
|
;; doom themes
|
||||||
|
(use-package doom-themes)
|
||||||
|
|
||||||
;; better statusbar
|
;; better statusbar
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:ensure t
|
:ensure t
|
||||||
:init (doom-modeline-mode 1)
|
:init (doom-modeline-mode 1)
|
||||||
:custom ((doom-modeline-height 15)))
|
:custom ((doom-modeline-height 35)))
|
||||||
|
|
||||||
;; continue configuring from here
|
;; continue configuring from here
|
||||||
;; https://youtu.be/74zOY-vgkyw?t=3125
|
;; https://youtu.be/74zOY-vgkyw?t=3125
|
||||||
|
@ -111,6 +113,7 @@
|
||||||
:config
|
:config
|
||||||
(setq which-key-idle-delay 0))
|
(setq which-key-idle-delay 0))
|
||||||
|
|
||||||
|
;; better help menu
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
:ensure t
|
:ensure t
|
||||||
:custom
|
:custom
|
||||||
|
@ -118,7 +121,9 @@
|
||||||
(counsel-describe-variable-function #'helpful-variable)
|
(counsel-describe-variable-function #'helpful-variable)
|
||||||
:bind
|
:bind
|
||||||
([remap describe-function ] . counsel-describe-function)
|
([remap describe-function ] . counsel-describe-function)
|
||||||
|
([remap describe-command] . helpful-command)
|
||||||
|
([remap describe-variable] . counsel-describe-variable)
|
||||||
|
([remap describe-key] . helpful-key))
|
||||||
|
|
||||||
;; video
|
;; video
|
||||||
;; this one https://youtu.be/IspAZtNTslY?t=2146
|
;; https://youtu.be/IspAZtNTslY?t=2636
|
||||||
|
|
Loading…
Reference in a new issue