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!
This commit is contained in:
parent
e2c27dd34e
commit
a66e6a7a1e
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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"; };
|
||||
|
|
Loading…
Reference in a new issue