summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-13 03:45:53 +0000
committerjao <jao@gnu.org>2021-11-13 03:45:53 +0000
commita31e84439cb0dd6543396dca311fa8c988c13ae8 (patch)
treeca2aa965236be35bb6d263f12e0f6b85debaea9e
parent84f757e9c6f1210885415d2005761663e3be52c2 (diff)
downloadelibs-a31e84439cb0dd6543396dca311fa8c988c13ae8.tar.gz
elibs-a31e84439cb0dd6543396dca311fa8c988c13ae8.tar.bz2
themes nits
-rw-r--r--init.org7
-rw-r--r--lib/themes/jao-light-theme.el1
-rw-r--r--lib/themes/jao-themes.el1
3 files changed, 6 insertions, 3 deletions
diff --git a/init.org b/init.org
index d13fbd9..6d984fe 100644
--- a/init.org
+++ b/init.org
@@ -989,10 +989,11 @@
uniquify-trailing-separator-p t)
#+end_src
*** autosave
- #+BEGIN_SRC emacs-lisp
+ #+begin_src emacs-lisp
(setq auto-save-list-file-prefix "~/.emacs.d/auto-save-list/.saves-"
- auto-save-no-message t)
- #+END_SRC
+ auto-save-no-message t
+ kill-buffer-delete-auto-save-files t)
+ #+end_src
*** autoinsert
#+BEGIN_SRC emacs-lisp
(use-package autoinsert
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 8803890..c6f316e 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -77,6 +77,7 @@
(f11 (p f01))
(f12 (p f02)))
(:x-faces (compilation-info (c "#223142" nil) nbf)
+ (completions-group-separator (c nil ni) (st "grey80"))
(corfu-background (~ default) (c "black" "grey95"))
(corfu-bar (c nil "grey80")) ;; moving part of the bar
(corfu-border (~ corfu-background)) ;; background of the bar
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index 834b72b..5efcbb9 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -373,6 +373,7 @@
(completions-annotations (p f10) nit)
(completions-common-part nbf :width normal)
(completions-first-difference bf dfg dbg)
+ (completions-group-separator (p dimm) st)
(corfu-background (p hilite))
(corfu-bar (p hilite))
(corfu-border (~ corfu-bar))