commit
This commit is contained in:
parent
fa3dc0c2ed
commit
871ff9600b
1 changed files with 2 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
||||||
(setq visible-bell t)
|
(setq visible-bell t)
|
||||||
|
|
||||||
;; Font
|
;; Font
|
||||||
(set-face-attribute `default nil :font "JetBrains Mono" :height 150)
|
(set-face-attribute `default nil :font "JetBrains Mono" :height 125)
|
||||||
|
|
||||||
;; Keymaps
|
;; Keymaps
|
||||||
(global-set-key (kbd "C-M-j") 'counsel-switch-buffer)
|
(global-set-key (kbd "C-M-j") 'counsel-switch-buffer)
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
:init (which-key-mode)
|
:init (which-key-mode)
|
||||||
:diminish which-key-mode
|
:diminish which-key-mode
|
||||||
:config
|
:config
|
||||||
(setq which-key-idle-delay 0))
|
(setq which-key-idle-delay 1))
|
||||||
|
|
||||||
;; better help menu
|
;; better help menu
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
|
@ -225,8 +225,5 @@
|
||||||
:custom
|
:custom
|
||||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
||||||
|
|
||||||
(use-package evil-magit
|
|
||||||
:after magit)
|
|
||||||
|
|
||||||
;; video
|
;; video
|
||||||
;; https://www.youtube.com/watch?v=INTu30BHZGk&t=1626s
|
;; https://www.youtube.com/watch?v=INTu30BHZGk&t=1626s
|
||||||
|
|
Loading…
Reference in a new issue