diff options
-rw-r--r-- | completion.org | 1 | ||||
-rw-r--r-- | init.org | 7 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/completion.org b/completion.org index 9c8362b..b677325 100644 --- a/completion.org +++ b/completion.org @@ -341,6 +341,7 @@ :init (setq embark-quit-after-action nil embark-indicator #'embark-mixed-indicator + embark-verbose-indicator-buffer-sections '(bindings) embark-mixed-indicator-both nil embark-verbose-indicator-excluded-commands '(embark-become embark-export embark-collect) @@ -1083,9 +1083,6 @@ scroll-margin 4 scroll-step 2 redisplay-skip-fontification-on-input t) - - (setq line-move-visual t) - #+end_src *** Splitting and switch #+begin_src emacs-lisp @@ -1095,8 +1092,8 @@ (setq switch-to-buffer-preserve-window-point nil switch-to-buffer-obey-display-actions t switch-to-prev-buffer-skip 'this) ;; don't switch to a - ;; buffer visible in - ;; same frame + ;; buffer already visible in + ;; this frame (global-set-key (kbd "C-x _") #'delete-other-windows-vertically) #+end_src diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index e6f8b6a..eca20c5 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1096,7 +1096,7 @@ (vterm-color-cyan (c "cadetblue4")) (vterm-color-red (c "orangered4")) (vterm-color-magenta (c "dark orange")) - (vterm-color-yellow (c "lemon chiffon"))) + (vterm-color-yellow (c "darkgoldenrod4"))) `((w3m-anchor link) (w3m-arrived-anchor vlink) (w3m-bold bf dbg dfg) |