summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-22 00:11:23 +0000
committerjao <jao@gnu.org>2022-01-22 00:11:23 +0000
commit3a51896b1758880b02f3e0be02c05366b8a06f25 (patch)
tree9dc73e08ea84516ac6b39c58687daceb67a59d78
parente4e46f41b0d01b9efab86b2f3cebbf116c3216b5 (diff)
downloadelibs-3a51896b1758880b02f3e0be02c05366b8a06f25.tar.gz
elibs-3a51896b1758880b02f3e0be02c05366b8a06f25.tar.bz2
nits
-rw-r--r--completion.org1
-rw-r--r--init.org7
-rw-r--r--lib/themes/jao-themes.el2
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)
diff --git a/init.org b/init.org
index 7c801f5..17ca5f3 100644
--- a/init.org
+++ b/init.org
@@ -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)