From 934206da5c8af9390ab00ee6010cb9695f6724d6 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Wed, 2 Aug 2023 15:22:32 +0200 Subject: [PATCH] Some tweak (consult keybinding, scroll precision, fringe) --- .emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8b56bba..8fc3daa 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -82,6 +82,7 @@ ("C-x r b" . consult-bookmark) ("C-x p b" . consult-project-buffer) ("M-y" . consult-yank-pop) + ("C-c k" . consult-kmacro) ("M-g g" . consult-goto-line) ("M-g M-g" . consult-outline) ("M-i" . consult-imenu) @@ -196,6 +197,7 @@ (repeat-mode) (fset 'yes-or-no-p 'y-or-n-p) (delete-selection-mode) + (pixel-scroll-precision-mode) (setq auto-save-file-name-transforms `((".*" ,temporary-file-directory t)) @@ -358,7 +360,8 @@ '((0 . (variable-pitch light 2.0)) (1 . (variable-pitch light 1.7)) (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)) (use-package moody