From a66e6a7a1e8149e3640ee36c864c38e33a030c70 Mon Sep 17 00:00:00 2001 From: mehbark Date: Sun, 2 Jun 2024 22:07:46 -0400 Subject: [PATCH] emacs: redo works now not sure why what was there did not work, but who cares! me! i do! it's why i commented on it! --- init.el.nix | 2 +- vscode-settings.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el.nix b/init.el.nix index 2c053da..306514d 100644 --- a/init.el.nix +++ b/init.el.nix @@ -880,7 +880,7 @@ If the new path's directories does not exist, create them." :init (setq evil-respect-visual-line-mode t) - (setq evil-undo-system 'undo-redo) + (evil-set-undo-system 'undo-redo) ;; Enable this if you want C-u to scroll up, more like pure Vim ;(setq evil-want-C-u-scroll t) diff --git a/vscode-settings.nix b/vscode-settings.nix index d0d3130..5d64c59 100644 --- a/vscode-settings.nix +++ b/vscode-settings.nix @@ -335,6 +335,7 @@ "window.restoreWindows" = "none"; "window.titleBarStyle" = "custom"; "workbench.colorTheme" = "One Dark Pro Darker"; + "workbench.preferredDarkColorTheme" = "One Dark Pro Darker"; "workbench.editor.enablePreview" = false; "workbench.editor.enablePreviewFromQuickOpen" = false; "workbench.editorAssociations" = { "*.jpg" = "imagePreview.previewEditor"; };