Some tweak (consult keybinding, scroll precision, fringe)
This commit is contained in:
parent
256e823452
commit
934206da5c
1 changed files with 4 additions and 1 deletions
|
|
@ -82,6 +82,7 @@
|
||||||
("C-x r b" . consult-bookmark)
|
("C-x r b" . consult-bookmark)
|
||||||
("C-x p b" . consult-project-buffer)
|
("C-x p b" . consult-project-buffer)
|
||||||
("M-y" . consult-yank-pop)
|
("M-y" . consult-yank-pop)
|
||||||
|
("C-c k" . consult-kmacro)
|
||||||
("M-g g" . consult-goto-line)
|
("M-g g" . consult-goto-line)
|
||||||
("M-g M-g" . consult-outline)
|
("M-g M-g" . consult-outline)
|
||||||
("M-i" . consult-imenu)
|
("M-i" . consult-imenu)
|
||||||
|
|
@ -196,6 +197,7 @@
|
||||||
(repeat-mode)
|
(repeat-mode)
|
||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
(delete-selection-mode)
|
(delete-selection-mode)
|
||||||
|
(pixel-scroll-precision-mode)
|
||||||
|
|
||||||
(setq
|
(setq
|
||||||
auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
|
auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
|
||||||
|
|
@ -358,7 +360,8 @@
|
||||||
'((0 . (variable-pitch light 2.0))
|
'((0 . (variable-pitch light 2.0))
|
||||||
(1 . (variable-pitch light 1.7))
|
(1 . (variable-pitch light 1.7))
|
||||||
(2 . (variable-pitch semibold 1.5))
|
(2 . (variable-pitch semibold 1.5))
|
||||||
(t . (variable-pitch 1.0))))
|
(t . (variable-pitch 1.0)))
|
||||||
|
modus-themes-common-palette-overrides '((fringe unspecified)))
|
||||||
(load-theme 'modus-vivendi :no-confirm))
|
(load-theme 'modus-vivendi :no-confirm))
|
||||||
|
|
||||||
(use-package moody
|
(use-package moody
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue