summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-04-12 20:16:42 +0100
committerjao <jao@gnu.org>2024-04-12 20:16:42 +0100
commitf35b72e807cf1aa12199d7ef3087052eee9bc0bb (patch)
tree754df9e528fa60a473e3e0b758140b8ff38cf664
parentf82eb0bc8504ad39184e711849e7bd951b50cf77 (diff)
downloadelibs-f35b72e807cf1aa12199d7ef3087052eee9bc0bb.tar.gz
elibs-f35b72e807cf1aa12199d7ef3087052eee9bc0bb.tar.bz2
not sure about adaptive alignment in minibuffer
-rw-r--r--custom/jao-custom-exwm.el2
-rw-r--r--init.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index d4f14b7..d90eeda 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -159,7 +159,7 @@
(add-variable-watcher 'exwm-systemtray--list #'jao-exwm--watch-tray)
-;;Switch to buffer / app
+;; Switch to buffer / app
(defvar-local jao-exwm--name nil)
(defvar jao-exwm--current-name nil)
diff --git a/init.el b/init.el
index e2a921d..32ecb4b 100644
--- a/init.el
+++ b/init.el
@@ -440,6 +440,7 @@
jao-minibuffer-inactive-buffer-line-color "grey25")
(setq jao-minibuffer-active-buffer-line-color "burlywood3"
jao-minibuffer-inactive-buffer-line-color "grey65"))
+ (setq jao-minibuffer-adaptive-alignment nil)
:commands (jao-minibuffer-add-variable
jao-minibuffer-refresh
jao-minibuffer-mode))